WKB 0 Posted December 29, 2019 (edited) Hello! How do I connect to a HTTPS server using THTTPCli or TSSLHTTPCli? Do I need OPENSSL for that as well? How would I set up the SSL Connection? I have copied the OPENSSL dll to the EXE folder and get "wrong SSL version" exception... Edited December 29, 2019 by WKB Share this post Link to post
Angus Robertson 574 Posted December 29, 2019 Start by building and running the OverbyteIcsHttpRestTst.dpr demo in SslDemos, that directory includes the latest OpenSSL DLLs, assuming you are using the latest ICS download, which is V8.63 or V8.64. You get a version exception using newer DLLs on older ICS versions, or vice versa. Angus Share this post Link to post
WKB 0 Posted December 29, 2019 AH, OK, thx. I must have had some relics of old OPENSSL lying around 🙂 I have cleared that up ow it's working! Share this post Link to post