You are not logged in.
Pages: 1
Hi everyone,
I am connecting to a https endpoint using TWinHttp, but there is a ploblem in SSL handshake on an windows server 2012 system, which I believe is related to winhttp.dll available ciphers.
How can I connect to a HTTPS endpoint using OpenSSL and Mormot?
I was able to complete the request using Indy with OpenSSL, but I believe mormot to be more robust and most of my implementation is already using mormot.
Offline
Offline
Are those Mormot 2 exclusive conditionals?
I am using mormot 1.1 and could not find any source file that use them, or mormot.net.client.
Offline
Oops, Arnaud was faster.
How can I connect to a HTTPS endpoint using OpenSSL and Mormot?
Under mORMot1 with cUrl. Define USELIBCURL. With function SynCrtSock.HttpGet.
With best regards
Thoms
Last edited by tbo (2023-06-09 20:14:12)
Offline
Pages: 1