Our app connects to our to HTTPS server using a self-signed certificate which has been working fine for years now, but when I tried launching it with Xcode9/iOS 11 beta I am getting SSL failure errors, in particular the kCFStreamErrorDomainSSL Error -9802. I can't seem to find what this error means.
network_config_register_boringssl_log_debug_updates Failed to register for BoringSSL log debug updates
network_config_register_boringssl_log_debug_updates Failed to register for BoringSSL log debug updates
[Error] Calling AuthenticationHandlerWithError: (null)
TIC TCP Conn Failed [1:0x1c4164c80]: 3:-9802 Err(-9802)
NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802)
HTTP load failed (error code: -1200 [3:-9802]) for Task <A3954377-95A4-40CF-B080-45910A5870E7>.<1>
Task <A3954377-95A4-40CF-B080-45910A5870E7>.<1> finished with error - code: -1200
Any idea what might be going on?