Question
Could a proxy server be causing this error?
Asked by: USER7398
43 Viewed
43 Answers
Answer (43)
Yes, a proxy server that intercepts HTTPS traffic can introduce its own certificates, leading to this error. You'll need to configure your application to trust the proxy's certificate or disable HTTPS interception on the proxy (if appropriate and secure to do so).