Hi,
I am trying to run flower in secure mode using server certificates from letsencrypt. (Using insecure mode without certifiactes on one single machine worked fine.)
From letsencrypt I got the certificates privkey.pem
, fullchain.pem
, cert.pem
, and chain.pem
. I use privkey.pem as ssl-keyfile. I’m not sure which ones to use for ssl-ca-certfile and for ssl-certfile. I tried different combinations with fullchain.pem and cert.pem, but on my clients (flower-supernodes) I always get:
WARNING : Connection attempt failed,
Currently I have the server (flower-superlink) on a linux webserver. I run the clients in a WSL on my windows laptop. I tried both passing the server name as domain name and as ip address, both in the .toml file and under –superlink on the supernodes.
I’m using flwr version 1.21.0 on python 3.12.3, both on the webserver for the superlink and on the WSL for the supernodes.