You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react native version 0.55 , android
i tried to connect xmpp server i'm getting this issue:
react-native-xmpp: Disconnected, error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
E:\react\octocat\screens\HomeScreen.js:30 DISCONNECTED!
E:\react\octocat\node_modules\react-native-xmpp\index.js:20 react-native-xmpp: Error: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
E:\react\octocat\screens\HomeScreen.js:26 ERROR:javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
The text was updated successfully, but these errors were encountered:
akshgods
changed the title
getting ava.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
getting java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
Aug 13, 2018
@akshgods I've fixed this in my pull request for multi chat rooms handling - if you want to give it a try, you could use my forked version instead as explained here: #82
Hi, @andrzejbe do you have working code of this library for IOS. I have tried all the manual/auto linking steps but failed to use this library and end up with errors in the Xcode during building. Please help me to get the ready to use code for IOS.
react native version 0.55 , android
i tried to connect xmpp server i'm getting this issue:
react-native-xmpp: Disconnected, error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
E:\react\octocat\screens\HomeScreen.js:30 DISCONNECTED!
E:\react\octocat\node_modules\react-native-xmpp\index.js:20 react-native-xmpp: Error: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
E:\react\octocat\screens\HomeScreen.js:26 ERROR:javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
The text was updated successfully, but these errors were encountered: