Page 1 of 1

Server problem - certification path not found SOLVED

Posted: Fri Oct 01, 2021 6:06 pm
by Modder
Tried to login met this error:
Warning IO_ERROR
null-javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
at com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:368)
at com.android.okhttp.Connection.connectTls(Connection.java:1510)
at com.android.okhttp.Connection.connectSocket(Connection.java:1458)
at com.android.okhttp.Connection.connect(Connection.java:1413)
at com.android.okhttp.Connection.connectAndSetOwner(Connection.java:1700)
at com.android.okhttp.OkHttpClient$1.connectAndSetOwner(OkHttpClient.java:133)
at com.android.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:466)
at com.android.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:371)
at com.android.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:503)
at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:130)
at com.android.okhttp.internal.huc.DelegatingHttpsURLConnection.connect(DelegatingHttpsURLConnection.java:89)
at com.android.okhttp.internal.huc.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java)
at com.library.zts.ZTSHttp$httpGet.doInBackground(ZTSHttp.java:331)
at com.library.zts.ZTSHttp$httpGet.doInBackground(ZTSHttp.java:265)
at android.os.AsyncTask$2.call(AsyncTask.java:304)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:243)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:762)
Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
at com.android.org.conscrypt.TrustManagerImpl.checkTrustedRecursive(TrustManagerImpl.java:532)
at com.android.org.conscrypt.TrustManagerImpl.checkTrustedRecursive(TrustManagerImpl.java:491)
at com.android.org.conscrypt.TrustManagerImpl.checkTrusted(TrustManagerImpl.java:387)
at com.android.org.conscrypt.TrustManagerImpl.checkTrusted(TrustManagerImpl.java:361)
at com.android.org.conscrypt.TrustManagerImpl.getTrustedChainForServer(TrustManagerImpl.java:290)
at android.security.net.config.NetworkSecurityTrustManager.checkServerTrusted(NetworkSecurityTrustManager.java:94)
at android.security.net.config.RootTrustManager.checkServerTrusted(RootTrustManager.java:88)
at com.android.org.conscrypt.Platform.checkServerTrusted(Platform.java:178)
at com.android.org.conscrypt.OpenSSLSocketImpl.verifyCertificateChain(OpenSSLSocketImpl.java:617)
at com.android.org.conscrypt.NativeCrypto.SSL_do_handshake(Native Method)
at com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:364)
... 19 more
Caused by: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
... 30 more

Re: Server?

Posted: Fri Oct 01, 2021 7:45 pm
by Stratego (dev)
actually i just started to investigate - seems to me some SSL problem on server side- i have contacted the server provider already - i hope will be fixed soon.

Re: Server?

Posted: Fri Oct 01, 2021 8:16 pm
by Stratego (dev)
they said it is ok - is it ok?

Re: Server?

Posted: Sat Oct 02, 2021 6:35 am
by Modder
Idk it might be the trust certification path not being found

Re: Server?

Posted: Sat Oct 02, 2021 8:23 am
by Stratego (dev)
i mean please retry: it should be working.
(as the server provider support fixed it yesterday)

Re: Server?

Posted: Sat Oct 02, 2021 8:45 am
by Modder
Problem is still here it is client side :(

Re: Server?

Posted: Sat Oct 02, 2021 9:11 am
by Stratego (dev)
it is not client problem.
it was a server side expiring certificate change to new.
and they did it.

i was able to reproduce on one of my old phone and that is fixed yesterday

i check again on that phone.

Re: Server?

Posted: Sat Oct 02, 2021 9:13 am
by Stratego (dev)
it is working for me.
also i haad been reported from other 3 sources and all were fixed.

please send me in email a new crash report - maybe it is a new problem not the certificate.
thanks!

Re: Server?

Posted: Sat Oct 02, 2021 11:12 am
by Stratego (dev)
ok another user also reported again the problem (yesteday was working for him , and now it is not working again)

i again contacted to server administration.

Re: Server?

Posted: Sat Oct 02, 2021 7:31 pm
by Stratego (dev)
ok please re-check if it is working or not - thanks!

Re: Server problem - Trust anchor for certification path not found

Posted: Tue Oct 05, 2021 7:07 am
by Stratego (dev)
i have updated the topic .

also: please feedback me if everything is now or not - thanks!

daniel

Re: Server problem - Trust anchor for certification path not found

Posted: Tue Oct 05, 2021 7:08 am
by Modder
It works now thanks