05-23-2019, 10:27 AM
Hi,
I recently make a web application with Intraweb and deploy it as a Windows Service on a server.
Now I want to install SSL to have a HTTPS access.
I look at this project : https://github.com/Atozed/IntraWeb/tree/...ndAloneSSL to see how it works but
the secured link didn't work. (Chrome : This page of the site ... was not found /This site is inaccessible Exception message : Secure mode is required for this form).
I add libeay32.dll and ssleay32.dll on the project folder and I use their .pem files to test their application.
I test on 127.0.0.1 and I install it as a windows service to test with IP of my server too.
I'm on Delphi 10.2 and Intraweb 15.0.15.
Does anyone knows what is wrong ?
Thanks.
I recently make a web application with Intraweb and deploy it as a Windows Service on a server.
Now I want to install SSL to have a HTTPS access.
I look at this project : https://github.com/Atozed/IntraWeb/tree/...ndAloneSSL to see how it works but
the secured link didn't work. (Chrome : This page of the site ... was not found /This site is inaccessible Exception message : Secure mode is required for this form).
I add libeay32.dll and ssleay32.dll on the project folder and I use their .pem files to test their application.
I test on 127.0.0.1 and I install it as a windows service to test with IP of my server too.
I'm on Delphi 10.2 and Intraweb 15.0.15.
Does anyone knows what is wrong ?
Thanks.