xcode 7 swift, I am using https for my webview, the app load the page sucessfully, but it said "2015-10-05 18:03:51.204 HKCateringApp[1326:45336] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)"
Please help to solve it. Here with my code:
let URL = NSURL(string: "https://www.ssls.com")
WebView.loadRequest(NSURLRequest(URL: URL!))