Hi Erel,
I'm sorry my english is a little bad
I have a problem. My Problem is SslException so when i used job1.download2 , get error.
Error:
My Ssl doesn't support Android 7 but there is article : https://developer.android.com/training/articles/security-ssl.html#CommonProblems
Is this article exist in b4a?
I'm sorry my english is a little bad
I have a problem. My Problem is SslException so when i used job1.download2 , get error.
Error:
javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
at org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:374)
at libcore.net.http.HttpConnection.setupSecureSocket(HttpConnection.java:209)
at libcore.net.http.HttpsURLConnectionImpl$HttpsEngine.makeSslConnection(HttpsURLConnectionImpl.java:478)
at libcore.net.http.HttpsURLConnectionImpl$HttpsEngine.connect(HttpsURLConnectionImpl.java:433)
at libcore.net.http.HttpEngine.sendSocketRequest(HttpEngine.java:290)
at libcore.net.http.HttpEngine.sendRequest(HttpEngine.java:240)
at libcore.net.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:282)
at libcore.net.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:177)
at libcore.net.http.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:271)
My Ssl doesn't support Android 7 but there is article : https://developer.android.com/training/articles/security-ssl.html#CommonProblems
Is this article exist in b4a?