How to resolve nginx SSL error
I’m running nginx on a Raspberry PI which has reserved & allocated LAN address of 192.168.2.10 on router 192.168.2.1. When I put http://192.168.2.10 into Firefox, I get SSL handshake Failure in /var/log/nginx/error.log:
2024/10/21 16:06:17 [crit] 29586#29586: *370 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 51.159.14.99, server: 0.0.0.0:443
2024/10/21 16:06:20 [crit] 29586#29586: *391 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 51.159.111.112, server: 0.0.0.0:443
2024/10/21 16:22:10 [crit] 29586#29586: *415 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 34.96.46.130, server: 0.0.0.0:443
2024/10/21 16:24:05 [crit] 30283#30283: *12 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 34.96.46.24, server: 0.0.0.0:443
Any ideas please?
Read more here: Source link
