You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All MGLMapboxEvents HTTP requests fail on iOS 9 with the following error:
Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." UserInfo={NSURLErrorFailingURLPeerTrustErrorKey=<SecTrustRef: 0x7fea5a771010>, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _kCFStreamErrorCodeKey=-9802, NSUnderlyingError=0x7fea5a5d03d0 {Error Domain=kCFErrorDomainCFNetwork Code=-1200 "(null)" UserInfo={_kCFStreamPropertySSLClientCertificateState=0, _kCFNetworkCFStreamSSLErrorOriginalValue=-9802, kCFStreamPropertySSLPeerTrust=<SecTrustRef: 0x7fea5a771010>, _kCFStreamErrorDomainKey=3, _kCFStreamErrorCodeKey=-9802}}, NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made., NSErrorFailingURLKey=https://cloudfront-staging.tilestream.net/events/v1?access_token=…, NSErrorFailingURLStringKey=https://cloudfront-staging.tilestream.net/events/v1?access_token=…, _kCFStreamErrorDomainKey=3}
Mapbox GL needs to adopt App Transport Security. See this blog post for details.
All MGLMapboxEvents HTTP requests fail on iOS 9 with the following error:
Mapbox GL needs to adopt App Transport Security. See this blog post for details.
/cc @bleege @kkaefer @incanus