Created
March 17, 2018 23:10
-
-
Save Balamir/8e9ddb2b7931f1aea4c8f478967fc081 to your computer and use it in GitHub Desktop.
charles proxy -> Resolution for SSLHandshake: Remote host closed connection during handshake error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In iOS >= 10.3, you must take an additional step to trust the Charles Root Certificate that is not currently documented on their website: | |
Settings > General > About > Certificate Trust Testings | |
Source: https://www.neglectedpotential.com/2017/04/trusting-custom-root-certificates-on-ios-10-3/ | |
thank you soo much!!
thank you soo much!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!