In /var/log/mysql/error.log file i get an error saying:
2022/04/16 02:59:29 [crit] 64542#64542: *820350 SSL_do_handshake() failed (SSL: error:14201044:SSL routines:tls_choose_sigalg:internal error) while SSL handshaking, client: 45.33.72.133, server: 0.0.0.0:443
What does it means, sould it harm my blog traffic? and how to solve this issue? please suggest.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @b4732047ff82-4605-85df-04da8e,
That’s very strange, usually, you see such an error in your Nginx error log rather than MySQL. This even looks like you have a reverse proxy on your hand, is that correct?
Regarding the error, see if you experience any issues with your website. My best bet would be that you’ll need to add ```proxy_ssl_server_name on;