12-07-2018, 08:19 PM
(This post was last modified: 12-07-2018, 08:20 PM by Alexandre Machado.)
I assume you are enabling HTTPS on your IW application, right?
Please download your OpenSSL DLLS from Indy Fulgan page which keeps compatible Open SSL binaries. Please notice that you must use 32-bit DLLs in a IW 32-bit application and 64-bit DLLs in a 64-bit IW application:
https://indy.fulgan.com/SSL/
You must copy libeay32.dll and ssleay32.dll to the same folder where your IW EXE is.
You must also copy cert.pem, key.pem and root.pem (The root certificate) to the same folder.
Then it will work.
How did you get the certificate?
There is a complete Https demo here on github: https://github.com/Atozed/IntraWeb/tree/...yHttpsDemo
It explains step by step how to get a FREE certificate from Let's Encrypt using ZeroSSL.com service and installing it in your IW application, including a link to the root certificate. It won't take more than 10 minutes to set it up.
Please download your OpenSSL DLLS from Indy Fulgan page which keeps compatible Open SSL binaries. Please notice that you must use 32-bit DLLs in a IW 32-bit application and 64-bit DLLs in a 64-bit IW application:
https://indy.fulgan.com/SSL/
You must copy libeay32.dll and ssleay32.dll to the same folder where your IW EXE is.
You must also copy cert.pem, key.pem and root.pem (The root certificate) to the same folder.
Then it will work.
How did you get the certificate?
There is a complete Https demo here on github: https://github.com/Atozed/IntraWeb/tree/...yHttpsDemo
It explains step by step how to get a FREE certificate from Let's Encrypt using ZeroSSL.com service and installing it in your IW application, including a link to the root certificate. It won't take more than 10 minutes to set it up.

