R.Wieser
2024-06-12 17:26:39 UTC
Hello all,
I've got some basic SSL code (witten against libeay32.dll and ssleay32.dll
v1.0.2), and on some* website I get the following error :
* other websites work allright.
0x14077410 - SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake
failure
I've googeled for why it happens and how to deal with it, but most of the
replies suggest to update curl or wget. :-(
Question:
What is causing it, and assuming I do not have the right ciphers enabled
which one should I enable and how (example code or a tutorial would be
welcome).
Currently I use "OPENSSL_add_all_algorithms_noconf".
Regards,
Rudy Wieser
I've got some basic SSL code (witten against libeay32.dll and ssleay32.dll
v1.0.2), and on some* website I get the following error :
* other websites work allright.
0x14077410 - SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake
failure
I've googeled for why it happens and how to deal with it, but most of the
replies suggest to update curl or wget. :-(
Question:
What is causing it, and assuming I do not have the right ciphers enabled
which one should I enable and how (example code or a tutorial would be
welcome).
Currently I use "OPENSSL_add_all_algorithms_noconf".
Regards,
Rudy Wieser