Skip to content

Commit

Permalink
Remove TLS/SSL from SimulationAppIo
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Nov 21, 2024
1 parent 05d77b1 commit 338ddab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def run_superlink() -> None:
address=simulationio_address,
state_factory=state_factory,
ffs_factory=ffs_factory,
certificates=certificates,
certificates=None, # SimulationAppIo API doesn't support SSL yet
)
grpc_servers.append(simulationio_server)

Expand Down

0 comments on commit 338ddab

Please sign in to comment.