Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
#3
Hello, I'm using the following DLLs:

1.0.2.21

libeay32.dll

ssleay32.dll

1.1.1.7

libcrypto-1_1.dll

libssl-1_1.dll

After changing this code below the error changed to:

Error connecting with SSL.
error:14077410:SSL routines:SSL23_GET_SERVER_HELLOConfusedslv3 alert handshake failure


I made several attempts with the FHandler.SSLOptions.SSLVersions property and all failed.

Code:
FHandler := TIdSSLIOHandlerSocketOpenSSL.Create(nil);
FHandler.SSLOptions.SSLVersions := [sslvTLSv1, sslvTLSv1_1, sslvTLSv1_2]; // <-- ADD THIS!
...
Reply


Messages In This Thread
RE: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure - by ronaldobim - 09-17-2020, 12:16 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)