You are not logged in.
Pages: 1
Hi
I've enabled SSL in mormot server for test purposes (with self-signed certificate). It works with web browser and Indy client, but TSQLHttpClient fails with winhttp.dll error 12002 - timeout. How to make TSQLHttpClient (or any other client class) to work with SSL?
Regards, Tomek
Offline
Hi
Adding https:// didn't actually work, but pointed me that aHttps wasn't set to true.
IgnoreSSLCertificateErrors did the job.
Thx
P.S. Maybe it would be worth to add few words to DOC about setting up the client?
https://synopse.info/files/html/Synopse … l#TITL_122
Last edited by tomek (2020-06-05 05:57:02)
Offline
Pages: 1