If you are using a corporate firewall and/or VPN, try disabling them or using a different network. If you’re not able to replicate the error, it is likely that the VPN or proxy installed on your computer is preventing your request from connecting to the API service.
If you are using a self-signed certificate, make sure to add the correct client certificate files (CRT, KEY, or PFX) from Settings > Certificates > Client Certificates > Add Certificate.
Note: You can check for certificate data being used from the Network response pop-up or the console as explained here .
**Why?**This error is usually a result of a handshake failure due to incorrect certificate files being used, which means that the server and browser were unable to establish a secure connection.
Submit a support request with the result of each of the following steps in the ticket:
postman-echo.com with your API endpoint). Then share the verbose log (make sure to remove any sensitive details) for each.
curl -v -k https://postman-echo.comopenssl s_client -state -connect postman-echo.com:443 | openssl x509 -textHave more questions? Submit a request