Question
· Sep 26, 2016

Regarding Sense HTTPS

Hi All,

We are Using Ensemble 2014, Windows Server 2012 64 bit operating System.
We need to sense whether Htpps is alive or not.
In Cache we tried %HttpsRequest Library we set https property and port=443. But it doesn't work.
Anyone help us plz.

Thanks,
Sansa

Discussion (2)0
Log in or sign up to continue

Hello,

in order to connect to a server using HTTPS, you may need to create an SSL/TLS configuration. In the simplest case (client configuration, no server certficate verification is required) this can be done very easily (it's documented here). 
Then you have to use the name of this configuration in the SSLConfiguration property of your %Net.HttpRequest object.