LoginSignup
7
9

More than 5 years have passed since last update.

CharlesでSSL接続のデバッグが出来ない

Posted at

CharlesでのSSL接続デバッグ

Charlesを利用してiOSアプリのデバッグを試みていたんですが、httpsの通信に失敗していました。
通常のhttp通信は参照出来ていて、
・SSLのRoot証明書Charles Proxy CAをMac側にインストール、全て信頼済み
・iOS側にプロファイルはhttp://www.charlesproxy.com/getssl/よりインストール済み
・Enable SSLProxingも設定済み

この状態で、変わらず
SSLHandshake: Received fatal alert: certificate_unknown
とのエラーが表示されていました。

結局

iOS 10(.3) 以降?の新しい設定項目の問題でした。

参考URL
http://stackoverflow.com/questions/42157551/unable-to-use-ssl-proxy-in-charles-4-0-2-on-a-remote-device-with-ios-10-3-beta-2

7
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
9