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