Configure Nginx as reverse proxy with upstream SSL

I found what was the error, I needed to add
proxy_ssl_session_reuse off;

Leave a Comment