iOS9 WKWebview didReceiveAuthenticationChallenge called with host null
问题 I am using WKWebview (iOS 9) to load https://self-signed.badssl.com/ While as a delegate didReceiveAuthenticationChallenge is getting called, I'm receiving incomplete protectionSpace details e.g. host is null & authenticationMethod is NSURLAuthenticationMethodDefault (it should be NSURLAuthenticationMethodServerTrust ) po challenge.protectionSpace <NSURLProtectionSpace: 0x7ff30c40fb90>: Host:(null), Server:http, Auth-Scheme:NSURLAuthenticationMethodDefault, Realm:(null), Port:0, Proxy:NO,