ios - Firebase SSL Error Google API Certificate -


i using swift 3.0 , xcode 8.3.3.

when try login using googlesignin (using firebase pod) ssl error:

<error> [firebase/core][i-net901017] <firebase/network/error> encounter network error. code, error: -1200, error domain=nsurlerrordomain code=-1200 "an ssl error has occurred , secure connection server cannot made." userinfo={_kcfstreamerrorcodekey=-9806, nslocalizedrecoverysuggestion=would connect server anyway?, nsunderlyingerror=0x608000240540 {error domain=kcferrordomaincfnetwork code=-1200 "(null)" userinfo={_kcfstreampropertysslclientcertificatestate=0, _kcfnetworkcfstreamsslerrororiginalvalue=-9806, _kcfstreamerrordomainkey=3, _kcfstreamerrorcodekey=-9806}}, nslocalizeddescription=an ssl error has occurred , secure connection server cannot made., nserrorfailingurlkey=https://play.googleapis.com/log, nserrorfailingurlstringkey=https://play.googleapis.com/log, _kcfstreamerrordomainkey=3} 2017-08-14 17:09:20.725 cinemafile[46195] <error> [firebase/core][i-cor000020] error posting clearcut: error domain=nsurlerrordomain code=-1200 "an ssl error has occurred , secure connection server cannot made." userinfo={_kcfstreamerrorcodekey=-9806, nslocalizedrecoverysuggestion=would connect server anyway?, nsunderlyingerror=0x608000240540 {error domain=kcferrordomaincfnetwork code=-1200 "(null)" userinfo={_kcfstreampropertysslclientcertificatestate=0, _kcfnetworkcfstreamsslerrororiginalvalue=-9806, _kcfstreamerrordomainkey=3, _kcfstreamerrorcodekey=-9806}}, nslocalizeddescription=an ssl error has occurred , secure connection server cannot made., nserrorfailingurlkey=https://play.googleapis.com/log, nserrorfailingurlstringkey=https://play.googleapis.com/log, _kcfstreamerrordomainkey=3}, status code: 0

this working short time ago - have not changed of application's bundle identifiers or googleservice-info.plist

help appreciated!

if using pods, try doing pod update. fixed mine doing that. or maybe update library.


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -