09-16-2020, 03:19 PM
(This post was last modified: 09-16-2020, 03:21 PM by Rassamaha78.)
- Can anyone write a step by step instruction on how to enable HTTPS. I am using Intraweb 15, in http.sys mode (TIWStartHSys.Execute (False)). I am following these setup steps:
- Configuring ServerController:
SSLOptions.Certificate.CertFileName SSLOptions.Certificate.KeyFileName SSLOptions.Certificate.RootCertFileName SSLOptions.Certificate.Password SSLOptions.Certificate.Path SSLOptions.CipherList SSLOptions.Port - Add libeay32.dll, ssleay32.dll to programm folder.
- Configure HTTPS with HTTP.sys for self hosted web servers
But the SSL still don't work, Webbrowser reports: Unable to access the site, Site does not allow a connection: ERR_CONNECTION_REFUSED
What else needs to be done to enable HTTPS?
P.S. Server OS - Windows 2016 Server.

