1. When attempting to test connect the MS Azure adapter we get the following error: "Unable to establish a valid connection to the target system. javax.net.ssl.SSLHandshakeException: General SSLEngine problem"
2. This is likely because the SSL Cert isn't in the Cert Truststore, so let's import it manually. To do so run the following commands:
- SSH into vROps collector
- cd /storage/vcops/user/conf/ssl
- cat storePass.properties | grep trust
- keytool -import -file /usr/lib/vmware-vcops/user/plugins/inbound/microsoftazure_adapter3/conf/certs/azure_root_cert.pem -alias azure -keystore tcserver.truststore (provide the cert from the step above when prompted)
3. Now rerun the adapter test connection.