Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Nginx SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share

Writer Andrew Mclaughlin

I got this error in nginx error log:

SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking

I use Let's Encrypt currently. Any ideas to solve this problem? Thank you, guys.

2

4 Answers

This isn't your problem.

The best thing you can do in this situation is just to keep your server reasonably updated and secured.

At best for you, the client side of a request was running seriously outdated software, and at worst your server is simply being scanned for vulnerabilities by compromised devices connected to the internet.

Personally I lean in the direction of this being scanning, as I myself see these errors on a private development server, to which only I should ever have a legitimate reason to connect to, yet I see a ton of IP addresses mentioned by the error from around the world.

Similar question and answer has already been provided here:

Stay safe.

1

I was getting a similar error when I sent an HTTPS request from my computer in Iran to my server outside of Iran. Eventually I came to the conclusion that the problem is with our internet network (maybe government filtering) and using vpn solved the problem.

Therefore, I recommend testing with vpn.

Check your secrete key decoupling with other settings.ini file your app secret is not linking with variable you set

1

This may sound simple, but I was struggling with this issue because I was attempting to access instead of . It probably isn't your issue - but it worked for me.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy