Posts

Post not yet marked as solved
5 Replies
3.5k Views
Hi,I'm wondering if someone can get an answer to this. I have a mobile App (ObjC) built with ReactNative which do HTTP requests on a server. I had to do certificate Pinning to permit connection to those Dev servers since the certificates installed on it are not trusted by default by IOS. Now, everything goes well until i load secure content in a WebView which seems to replace something in the app about the Certificate Trusts. After this, even if i stop and restart the application there is no more possibility to connect to the server. Do you see if there could be some persistent informations that can cause the app to be not working anymore even if i restart it. Here is the error i'm getting once i'm starting to get issues to connect :NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made., NSErrorFailingURLKey=<Our Server Info>, NSUnderlyingError=0x600000bcef70 {Error Domain=kCFErrorDomainCFNetwork Code=-1200 "(null)" UserInfo={_kCFStreamPropertySSLClientCertificateState=0, _kCFNetworkCFStreamSSLErrorOriginalValue=-9858, _kCFStreamErrorDomainKey=3, _kCFStreamErrorCodeKey=-9858}}, _kCFStreamErrorCodeKey=-9858} [-1200]Thanks,
Posted Last updated
.