Marc Fauser
Customer
- Joined
- Oct 4, 2021
- Messages
- 23
- Reaction score
- 18
I did everything as described and I couldn't access the website. Everything is installed on Windows Server 2019. I removed v16, reinstalled v18 and restored the backup.
I tried Firefox and Edge Chrome. Both showed me that there are no overlapping ssl ciphers.
I removed two lines in the config for now so that it works.
The error from Firefox was SSL_ERROR_NO_CYPHER_OVERLAP
But I don't know why. I have to check tonight what's wrong.
I tried Firefox and Edge Chrome. Both showed me that there are no overlapping ssl ciphers.
I removed two lines in the config for now so that it works.
Code:
##ssl_ciphers 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256HE-RSA-AES256-GCM-SHA384HE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256HE-RSA-AES256-SHA256HE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHAHE-RSA-AES256-SHAHE-RSA-AES128-SHA';
##ssl_prefer_server_ciphers on;
The error from Firefox was SSL_ERROR_NO_CYPHER_OVERLAP
But I don't know why. I have to check tonight what's wrong.