How do I debug an 'ERR_SSL_PROTOCOL_ERROR' with Visual Studio when using external libraries or APIs on localhost?

Question

Grade: Education Subject: Support
How do I debug an 'ERR_SSL_PROTOCOL_ERROR' with Visual Studio when using external libraries or APIs on localhost?
Asked by:
113 Viewed 113 Answers

Answer (113)

Best Answer
(331)
If external libraries or APIs are involved, the problem might lie within their HTTPS calls. Use a network traffic analyzer (e.g., Fiddler) to inspect the requests and responses, and investigate certificate problems if the external API is also using HTTPS. Make sure the library is configured correctly to support HTTPS connections.