Firebase Authentication SSL Error

Hey! I have been having issues after finishing the ‘course’ on how to create a firebase authentication login and register page. Everything works fine but I keep getting this error in my debug. Because of this, I cannot register new accounts nor do the accounts I attempt at creating through Xcode show in firebase. I have searched everywhere for help but it seems I may be the only one. I can provide all I need to. (I have replaced my code with Chris’ code but still does not work!)

2021-03-03 23:00:37.734533-0500 KeebsUS[91794:2028250] [] nw_protocol_get_quic_image_block_invoke dlopen libquic failed

2021-03-03 23:00:47.810130-0500 KeebsUS[91794:2028272] Connection 1: received failure notification

2021-03-03 23:00:47.810542-0500 KeebsUS[91794:2028272] Connection 1: failed to connect 3:-9816, reason -1

2021-03-03 23:00:47.810804-0500 KeebsUS[91794:2028272] Connection 1: encountered error(3:-9816)

2021-03-03 23:00:47.813699-0500 KeebsUS[91794:2028272] Task <2E47C128-5E78-4910-BD90-AE6EB43A3E68>.<1> HTTP load failed, 0/0 bytes (error code: -1200 [3:-9816])

2021-03-03 23:00:47.821437-0500 KeebsUS[91794:2028272] Task <2E47C128-5E78-4910-BD90-AE6EB43A3E68>.<1> finished with error [-1200] Error Domain=NSURLErrorDomain Code=-1200 “An SSL error has occurred and a secure connection to the server cannot be made.” UserInfo={NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _kCFStreamErrorDomainKey=3, NSErrorPeerCertificateChainKey=(

"<cert(0x7fc15a83e800) s: upload.video.google.com i: GTS CA 1O1>",

"<cert(0x7fc15a83a800) s: GTS CA 1O1 i: GlobalSign>"

), NSErrorClientCertificateStateKey=0, NSErrorFailingURLKey=https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog, NSErrorFailingURLStringKey=https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog, NSUnderlyingError=0x6000014444b0 {Error Domain=kCFErrorDomainCFNetwork Code=-1200 “(null)” UserInfo={_kCFStreamPropertySSLClientCertificateState=0, kCFStreamPropertySSLPeerTrust=<SecTrustRef: 0x600002820750>, _kCFNetworkCFStreamSSLErrorOriginalValue=-9816, _kCFStreamErrorDomainKey=3, _kCFStreamErrorCodeKey=-9816, kCFStreamPropertySSLPeerCertificates=(

"<cert(0x7fc15a83e800) s: upload.video.google.com i: GTS CA 1O1>",

"<cert(0x7fc15a83a800) s: GTS CA 1O1 i: GlobalSign>"

)}}, _NSURLErrorRelatedURLSessionTaskErrorKey=(

"LocalUploadTask <2E47C128-5E78-4910-BD90-AE6EB43A3E68>.<1>"

), _kCFStreamErrorCodeKey=-9816, _NSURLErrorFailingURLSessionTaskErrorKey=LocalUploadTask <2E47C128-5E78-4910-BD90-AE6EB43A3E68>.<1>, NSURLErrorFailingURLPeerTrustErrorKey=<SecTrustRef: 0x600002820750>, NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made.}

I managed to connect my phone to Xcode and test the login and register and they both work on there? I am not sure why it is not working on the Xcode simulator.

Hey, I’ve just come across the same problem and cannot find a solution. Have you found a solution? If you have could you please share? Thanks.