Hi there,
I’m trying to get the Nginx proxy add-on up and running.
As I am behind a NAT firewall and have different machines using the same name, there is no way I can user certbot. So I followed a guide to copy over the PEMs into the /ssl folder, which worked just fine.
In the config I put 443 into the network section to make sure 443 is enabled.
In the log it seems everything is starting up just fine apart from the last two lines, which I can’t make sense of.
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
s6-rc: info: service crond: starting
s6-rc: info: service crond successfully started
s6-rc: info: service legacy-services: starting
[08:45:14] INFO: Merging options & variables for template
s6-rc: info: service legacy-services successfully started
[08:45:14] INFO: Generating nginx.conf from template in /etc/nginx/nginx.conf.gtpl
[08:45:14] INFO: Running nginx...
nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /etc/nginx.conf:30
nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead in /etc/nginx.conf:54
But when I try to connect to the machine via ssl it doesn’t work. It’s like the port isn’t open.
Any thoughts?
Thanks
Alex