Method of enabling secure http connectivity
VWatch4Net/M&R 7.x
This article addresses how to complete the following tasks:
To enable SSL in Watch4net, do the following:
APG\Tools\Webservice-Gateway\Default\conf
APG\Web-Servers\Tomcat\Default\conf
APG\Web-Servers\Tomcat\Default\conf
keystoreFile="conf\keystore" keystorePass="changeit"
<Connector port="58443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
compression="off" compressableMimeType="text/"
keystoreFile="conf\keystore" keystorePass="changeit"
clientAuth="false" sslProtocol="TLS" URIEncoding="UTF-8" />
https://<Serverhostname/IPaddress>:58443/APG