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
0x14077410 - SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake
failure
I've encountered a similar problem. As far as I can ascertain, it means
that the server is making a non-TLS response to a TLS handshake.
Version 1.0.2 is pretty old. Try a newer version; they're up to 3.3.1
now.
0x14077410 - SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake
failure
I've encountered a similar problem. As far as I can ascertain, it means
that the server is making a non-TLS response to a TLS handshake.
Hmmm... My (ancient) FireFox browser has no problem with accessing the same site, making me assume its something on my end that goes wrong. Any idea what it might be and/or how to fix - Or even just how I can pin-point - it ?
Version 1.0.2 is pretty old. Try a newer version; they're up to 3.3.1
now.
Any chance you know of a website where they have pre-compiled DLLS for download and mention which version of Windows it needs - and preferrable
have (links to) information/tutorials/example-code about how to use those DLLs ? (Having to spend multiple hours scouring the 'intarwebz' for even just headerfiles has become less-and-less appealing).
Any idea what it might be and/or how to fix - Or even just how I
can pin-point - it ?
You might be trying to establish a TLS 1.1 connection to a server
that wants TLS 1.3.
[snip]Any chance you know of a website where they have pre-compiled DLLS
for download
In a word, no. Besides, not being a fan of DLLs, I was looking
for a way to build modules I could statically link, using a compiler
of my choosing.
It's a lot of work. Take a close look at https://www.openssl.org
and be prepared to use your favourite search engine a lot.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 379 |
Nodes: | 16 (2 / 14) |
Uptime: | 42:32:53 |
Calls: | 8,141 |
Calls today: | 4 |
Files: | 13,085 |
Messages: | 5,857,851 |