(Click to open topic with navigation)
Adaptive Computing strongly recommends using Viewpoint on a secure channel (SSL). See 5.148 Configuring Viewpoint to Use SSL .
Optionally, and depending on your system requirements, you can secure the connection between Viewpoint and MWS.
This topic explains how secure the connection between Viewpoint and MWS.
The steps in this topic must be performed before you set up the connection to MWS.
5.147.1 Secure the Connection between Viewpoint and MWS
Do the following:
If the MWS server is using a certificate signed by a certificate authority, skip this step.
Import the MWS server certificate by running the following command on the Viewpoint server:
[root]# openssl s_client -showcerts -connect <hostname>:<secure_port> < /dev/null 2> /dev/null |
sed -n -e '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' \
>> $(python -m requests.certs)
Where <hostname> is the MWS host name and <secure_port> is the secured port number defined in the certificate.
Related Topics