Hello,
I get this error on my Smartphone (P8_2017, Android 7.0) , when I try to download a website:
Error: javax.net.ssl.SSLHandsheakeException handshake failed
On other Smartphones newer and older there are no problems
Solution from Erel from an older thread:
Starting from v2.90 it is very simple to initialize the internal http client with the 'accept all' option.
The accept all option means that certificates will not be validated.
It is done by adding the following conditional symbol (Ctrl + B):
HU2_ACCEPTALL
I use OkHttpUtils2 v2,90 and I added Conditional Symbol: HU2_ACCEPTALL and nothing else I do.
But the problem was not solved.
What can I do else?
awama
I get this error on my Smartphone (P8_2017, Android 7.0) , when I try to download a website:
Error: javax.net.ssl.SSLHandsheakeException handshake failed
On other Smartphones newer and older there are no problems
Solution from Erel from an older thread:
Starting from v2.90 it is very simple to initialize the internal http client with the 'accept all' option.
The accept all option means that certificates will not be validated.
It is done by adding the following conditional symbol (Ctrl + B):
HU2_ACCEPTALL
I use OkHttpUtils2 v2,90 and I added Conditional Symbol: HU2_ACCEPTALL and nothing else I do.
But the problem was not solved.
What can I do else?
awama