02-06-2020, 01:01 AM
(02-05-2020, 04:45 PM)Craig Burke Wrote: Downloaded the OpenSSL dll's 1.02q
Why not the latest - 1.0.2.u?
(02-05-2020, 04:45 PM)Craig Burke Wrote: The question is what should I assign to the CipherList and or SSLVersions?
Leave the CipherList blank to use the DLL's default ciphers.
Set the SSLVersions to [sslvTLSv1, sslvTLSv1_1, sslvTLSv1_2] (or whatever the IntraWeb equivalent is). IntraWeb uses Indy, and by default Indy enables only sslvTLSv1 (TLS 1.0).

