I have a So You Start server with ubuntu distribution and a Plesk panel to manage it all. I have problems with Chrome version 70.xx browsers (latest updates) and Firefox 63 and I didn’t have until these last updates. no server-side modifications or sites, Let’s Encrypt certificates directly generated from the module integrated in Plesk.for Chrome 70, here is the error displayed: This site is inaccessible xxxxxxxx is currently inaccessible.
Try the suggestions below:
Check the connection
Check the proxy and firewall
ERR_SSL_VERSION_INTERFERENCE
For Firefox 63 :Secure connection failure
The page you are trying to view cannot be displayed because the authenticity of the data received cannot be verified.
Please contact the website owners to inform them of this problem. What is the problem? How can it be resolved?
Note: Plesk’s Let’s Encrypt module (like the whole panel) is up to date.
Edit: here’s a failed SSL handshake from Firefox 64. It seems like nginx is finding something questionable about the ClientHello sent by this version of Firefox (but it shouldn’t):
Thus, if you see the following situation, you might have some buggy software or hardware that we're not aware of and we would be very interested in the details:
Chrome 69 works without issues.
Chrome 70 works for most sites except Gmail.
Gmail fails to load with ERR_SSL_VERSION_INTERFERENCE or ERR_TLS13_DOWNGRADE_DETECTED.
In this situation, consider the following:
Do you have local "anti-virus" software running that may be attempting to manipulate TLS connections (often called "HTTPS scanning")? If so, please see whether disabling that scanning solves the problem and, if so, please report to us the vendor and version number of the software.
Do you have a "deep packet inspection" (DPI) firewall that might be attempting to disrupt connections that don't match the appearance of older TLS versions? Does the problem go away when not behind that firewall? If so, please report to us the make, model, and firmware version.
Similarly to the case of a DPI firewall, if you have a TLS proxy consider whether it might be the source of the issue. If so, please tell us the vendor, product name, and firmware version.
This seems like a deadly (incompatible) combination ...
I am not 100% sure that it is the cause of your problems, but I wouldn't be surprised if it caused the exact issues you're currently experiencing.
Did you build this version of nginx yourself? Did it come with Plesk?
I would suggest that if you are wanting to run with OpenSSL 1.1.1, you should get the released version (or at least the 1.1.1a-dev version) and build it against nginx 1.15 or higher.