Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Minimal SSL TCPClient and server, VCL
#6
(10-16-2019, 08:14 AM)logihouse Wrote: But next problem, now: It says "handshake failure" and "no shared cipher".
I am using Delphi Version 10.2 and DLLs are version 1.0.2.17
I also tried connecting with OpenSSL.exe, it says also
"Secure renegotiation IS NOT supported"

See No server certificate and “no shared cipher” when clients connect. You could try setting the IOHandler's CipherList on both ends to enable aNULL ciphers, but that is generally discouraged. Using a certificate on the server side, even a self-signed one, is the best option to avoid this problem.

Reply


Messages In This Thread
RE: Minimal SSL TCPClient and server, VCL - by rlebeau - 10-16-2019, 05:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)