900Seconds / 900SecondsSDK

Live Streaming Video SDK for iOS
87 stars 40 forks source link

SSL Connection issue #8

Open omargda opened 7 years ago

omargda commented 7 years ago

I am getting this weird error, complaining about being unable to connect to the server. The project is basically a mimc of the sample project, except using swift files which inherit from the DVGStreamSelectionViewController and DVGStreamDataController.

"An SSL error has occurred and a secure connection to the server cannot be made." UserInfo={NSErrorFailingURLStringKey=https://api.livestreamsdk.com/application/auth, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _kCFNetworkCFStreamSSLErrorOriginalValue=-9802, kCFStreamPropertySSLPeerCertificates=( "<cert(0x102844600) s: *.livestreamsdk.com i: COMODO RSA Domain Validation Secure Server CA>"

dangerden commented 7 years ago

@omargda looks like the SSL certificate is outdated

omargda commented 7 years ago

@dangerden Would the certificate issue be on our end?

dangerden commented 7 years ago

@omargda no, it's ours certificate expired... need to renew it.

omargda commented 7 years ago

@dangerden Okay, thanks for the quick response.