You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If consumer doesn't want to verify the ssl cert, for now there is no way to disable ssl cert control.
To make it possible there should be a :verify_ssl parameter in RestClient
If consumer doesn't want to verify the ssl cert, for now there is no way to disable ssl cert control.
To make it possible there should be a
:verify_ssl
parameter inRestClient
Sample ssl error:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (RestClient::SSLCertificateNotVerified)
The text was updated successfully, but these errors were encountered: