Questions tagged «app-transport-security»

26
传输安全性已阻止明文HTTP
info.plist根据以下错误消息,我需要进行什么设置才能启用HTTP模式? 传输安全性阻止了明文HTTP(http://)资源的加载,因为它不安全。可以通过应用程序的Info.plist文件配置临时异常。 假设我的域名是example.com。

13
如何使用NSURLConnection与SSL连接以获得不受信任的证书?
我有以下简单的代码可以连接到SSL网页 NSMutableURLRequest *urlRequest=[NSMutableURLRequest requestWithURL:url]; [ NSURLConnection sendSynchronousRequest: urlRequest returningResponse: nil error: &error ]; 如果证书是自签名证书,它将产生错误,但是Error Domain=NSURLErrorDomain Code=-1202 UserInfo=0xd29930 "untrusted server certificate".是否有办法将其设置为仍然接受连接(就像在浏览器中可以按accept一样)还是可以绕过它?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.