[iOS SDK] Error while trying to stream using app from TestFlight

Jan Lipmann

New Member
Hello there :)
We have a weird behaviour. While we are testing on devices from xcode everything is ok with stream, but when we push a build to a testflight we are getting this error while we are trying to stream:

CFNetwork SSLHandshake failed (-9807)

Websocket connection failed with error Error Domain=NSOSStatusErrorDomain Code=-9807 "(null)" UserInfo={_kCFStreamErrorCodeKey=-9807, _kCFStreamErrorDomainKey=3}


Do you have any idea what might be the cause of this?
Thanks very much in advance for a answer.

Cheers and have a good day!:)
 
Last edited:

Max

Administrator
Staff member
It looks like SSL errors.
Try either
1) Connect to WCS server without SSL: ws://host:8080
or
2) Import SSL certificates for your FQDN
You have to get SSL certificates for your domain name and import the certificates into WCS over Dashboard.
Then you will be able to connect
wss://domain:8443
 
Last edited:
Top