HTTPS sniffing/Charles SSL doesn't work on Facebook

℡╲_俬逩灬. 提交于 2019-12-21 22:37:41

问题


Charles SSL works on basically any other app or website except Facebook. I have installed all the certificates on iOS devices, but when sniffing Facebook only, I always get status Failed when method is CONNECT. What is wrong?


回答1:


Probably using certificate pinning.

Find some info in the comments to the answers here:

How Facebook, SnapChat, or Gmail iOS apps prevent Fiddler decrypting their https traffic?

Blog that explains it well

Certificate Pinning is an extra layer of security that is used by applications to ensure that the certificate provided by the remote server is the one which is expected.

By including the remote server’s x509 certificate or public key within the application, it is possible to compare the locally stored certificate or key with the one provided by the remote server.

Here is some info on how to bypass pinning on iOS



来源:https://stackoverflow.com/questions/40382897/https-sniffing-charles-ssl-doesnt-work-on-facebook

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!