Closed shadycuz closed 6 years ago
Found this https://community.letsencrypt.org/t/errors-from-browsers-with-ssl-session-tickets-off-nginx/18124/7
Check overloads comments.
The gist is you can't have one config with ssl_session_tickets off;
and one with ssl_session_tickets on;
. Even if you don't specify the default is on
. I had to go to my main http{}
block and set ssl_session_tickets off;
. That fixed the issue for me.
P.s Plex feels super smooth and responsive now =) Thanks for the config.
I'm using the config from this repo, other than changing the paths to my certs, all else is the same.
http works but https is broken.
My backend works fine on either protocol (From the nginx server)
Even hardcoding the port is not helping
I thought I would try via IP to the nginx server but it fails as well?