Written by

Question sansa stark · 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

Comments

Attila Toth · Sep 26, 2016

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.

0
Attila Toth  Sep 26, 2016 to Attila Toth

BTW: when you create the SSL/TLS Configuration via the Management Portal, that page contains a Test button, too. Using that button the basic connectivity to the HTTPS server can be checked.

0