ssl error with NGINX

Error:

in Chrome: ERR_SSL_PROTOCOL_ERROR

in Firefox: SSL_ERROR_RX_UNEXPECTED_NEW_SESSION_TICKET

Environment:

nginx

Correction:

make the server configuration of the following the same in all site.conf in NGINX

ssl_session_tickets off; # off OR on

Reference
1. https://maoxian.de/2017/12/1471.html

   Send article as PDF   

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.