ios 上的 app,能检测到打开的 https 链接是用的自签名证书吗?

2019-11-19 13:47:15 +08:00
 wulv
2122 次点击
所在节点    SSL
3 条回复
Sricecake
2019-11-19 18:18:14 +08:00
wulv
2019-11-20 11:20:18 +08:00
@Sricecake 怎么检测的啊?
Sricecake
2019-11-20 16:45:17 +08:00
在 NSURLSession 中 可以在这个回调中判断
- (void)URLSession:(NSURLSession *)session didReceiveChallenge:(NSURLAuthenticationChallenge *)challenge
completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition,
NSURLCredential * _Nullable credential))completionHandler;

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/621005

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX