I’m installing Seafile 10.0.1 Community in a Docker container. I’m running Unraid, but I don’t know if that matters for my question.
The container’s IP is 172.18.0.4. When I run ‘curl -I http://:80’, I get back a 302. But when I run ‘curl -I https://:443’, I get back a ‘Failed to connect’ instead.
I’ve set SERVICE_URL in the web gui to https://<seafile.mydomain>.com - does that turn on SSL, or is there something else I need to do? Should trying to connect to port 443 the way I’m doing it even work?