Hello,
I have a few day old node and everything seems to work smoothly. I have installed certbot and when I connect in https to my interface, everything works fine. I set up the seed sharing and the network acknoledge my node as Principal. I use the docker version 1.940/3ede322f5.
However, when I look I my web traffic, I don’t see any connection from a peer that is through https. Everything goes through http. If I close the http port, YaCy tells me I’m isolated. That’s congruent with the fact that, in the peer-to-peer table (/Network.html?page=1&maxCount=1000), I don’t have the little lock near the node name.
But I don’t understand why:
- I checked the box to activate SSL
- My internet box is forwarding 80, 8090 to the frontend proxy on the http port and 443 and 8443 to ssl port (I use vhosts)
- YaCy can be reached from outside while adressing 8090 (normal), 443 (SSL), 8443 (SSL). 80 will redirect to 443, most of the time this is for human users.
- I set up, in the server access page (/Settings_p.html?page=ServerAccess), * as a IP filter, my domain name as a static IP (because I have a stable domain name but a dynamic ip), my public port was set to 8090 and then 8443 but neither change anything. I didn’t change fileHost (localpeerr). My internal port are still 8090 and 8443.
I don’t know what I miss very few nodes have the little lock and I guess many other would like to have it.
Can you please help me to setup encrypted communication correctly?