LaravelEchoAndroid
LaravelEchoAndroid copied to clipboard
io.socket.engineio.client.EngineIOException: xhr poll error
hello every thing was working fine. today i am trying to connect to Socket, i got problem with " xhr poll error " "javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found." in details this is log https://imgur.com/kNk63Nn
Hi. This problem come from the security layer in Android. It prevents your device to connect to untrusted SSL certificate.
Maybe your SSL certificate is not valid (on your server) ?
Hello, my certificate is from Comodo and it's working from JS socket-io client, and as you mentioned for some other android devices it works well. what should i do please help :(
What version of Android do you have on working and non working devices ?
I'm fetching same error...please help
having same issue, please help me on this.
Facing the same issue, please help if anyone have got any solution for the same.
I'm fetching same error...please help
Same error here , i have tried adding in AndroidManifest.xml android:usesCleartextTraffic="true"
but it doesnt help
any update on this?
SAME ISSUE