2

I have setup Charles proxy to test my app calls. I am getting following error in Charles proxy for iOS 10.3 where in iOS 11.3 it is giving me the success response.

Error: Remote server closed the connection before sending response header

I am confused why it is not working for iOS 10.3? Is there anything different in iOS 11?

  • see [here](https://stackoverflow.com/questions/831447/the-remote-host-closed-the-connection-in-response-outputstream-write/71270909#71270909) – mfaani Feb 25 '22 at 19:35

1 Answers1

0

If you are on iOS 10.3 or later, open Settings and navigate to General > About > Certificate Trust Settings, and find the Charles Proxy certificate, and switch it on to enable full trust for it.

https://support.apple.com/en-nz/HT204477

kubano
  • 633
  • 7
  • 10