好友
阅读权限30
听众
最后登录1970-1-1
|
Hi Mark,
This is most likely because of Certificate Pinning. In this case, the application itself only accepts a specific certificate and completely bypasses the Fiddler Root Certificate. This is common in mobile applications but becoming more common in desktop apps as well. Since the Root Certificate Trust is up to the application developer, there isn't anything Fiddler can do to resolve this circumstance.
I hope this helps. Please let me know if you need any additional information. Thank you for using the Fiddler Forums.
Regards,
Eric R | Technical Support Engineer
Progress Telerik
引用一段官方对类似问题的回复 大意就是app配置了只信任特定证书 所以即使你装了ca证书也没用 所以如果其他配置没问题 已经装了ca证书还是出现这个情况的话大概率只能逆向app来搞了 |
|