two options: one is to use the insecure option for CURL
-k, --insecure (SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers. All SSL connections are attempted to be made secure by using the CA certificate bundle installed by default. This makes all connections considered "insecure" fail unless -k, --insecure is used.
The other is to get a properly signed and trusted certificate (preferably with your own PKI) into ScaleIO, so you can trust it.
It's not an issue you'll see in server-side logs - it's the fact you don't have a trusted certificate in place. The documentation explains the process for creating your own keystore and placing your certificate in it.
I got the same issue and with "security.bypass_certificate_check" is set to true in the file : /opt/emc/scaleio/gateway/webapps/ROOT/WEB-INF/classes/gatewayUser.properties
andyinv
37 Posts
5250
0
Posted December 14th, 2017 07:00
two options: one is to use the insecure option for CURL
-k, --insecure (SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers. All SSL connections are attempted to be made secure by using the CA certificate bundle installed by default. This makes all connections considered "insecure" fail unless -k, --insecure is used.
The other is to get a properly signed and trusted certificate (preferably with your own PKI) into ScaleIO, so you can trust it.