-
Notifications
You must be signed in to change notification settings - Fork 14
Trouble shooting
Amit Gupta edited this page Dec 29, 2016
·
1 revision
General issues you may face and their solutions
If you face "EPROTO" or "ERR_SSL_PROTOCOL_ERROR" error it means client is not configured for 2 way SSL handshaking but Stubmatic is running with 2 way hanshaking enabled.
If you get "unable to verify the first certificate", it means server is not sending the ca certificate in request. However you can add ca.crt in CA truststore to resolve this problem
If you get "ERR_CERT_AUTHORITY_INVALID" or "unable to verify the first certificate" then you need to add server's ca certificate in your truststore.
If you see an error like "socket hang up" for 2 way SSL handshaking, it means you are not asking Stubmatic to include your certificate in his truststore.