Error on charles proxy when trying to intercept iOS requests however charles proxy certificate is already configured and trusted

Viewed 704

I tried to intercept the requests on my android and iOS apps using charles proxy. On android i'm able to see the requests and response without issues however on iOS it's not working fine. I receive:

SSL handshake with client failed - Remote host terminated the handshake

You may need to configure your browser or application to trust the Charles Root Certificate. See SSL Proxying in the Help menu.

The manual proxy is correctly configure on the device, and i already trusted the charles certification on my iphone. I'm quite sure that all configs are correctly set up.

I'm wondering if it's a limitation on my iOS app. Any ideia?

Thanks in advance

1 Answers

You might need to tell your device to trust the certificate.

From this page on the Charles Proxy website:

If you are on iOS 10.3 or later, open the Settings.app and navigate to General > About > Certificate Trust Settings, and find the Charles Proxy certificate, and switch it on to enable full trust for it (More information about this change in iOS 10).

Related