Skip to content

Commit

Permalink
Update src/py/flwr/server/app.py
Browse files Browse the repository at this point in the history
Co-authored-by: Taner Topal <[email protected]>
  • Loading branch information
danieljanes and tanertopal authored Nov 16, 2023
1 parent aac2c2d commit b824baa
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 @@ -462,7 +462,7 @@ def _try_obtain_certificates(
) -> Optional[Tuple[bytes, bytes, bytes]]:
# Obtain certificates
if args.insecure:
log(WARN, "The server will be started without HTTPS.")
log(WARN, "Option `--insecure` was set. Starting insecure HTTP server.")
certificates = None
# Check if certificates are provided
elif args.certificates:
Expand Down

0 comments on commit b824baa

Please sign in to comment.