Hi:
I've search the forum and found and coded the solution in this post:
https://www.b4x.com/android/forum/threads/webview-certificate-lets-encrypt.64832/#post-410628
This works fine if the SSL certificate is a valid SSL certificate but if it's self signed, there's an error on the certificate handshaking.
I've googled for the solution and it seems that solution require to configure local keystore:
http://www.smartjava.org/content/how-analyze-java-ssl-errors
https://www.codebyamir.com/blog/java-developers-guide-to-ssl-certificates
but for my needs, that's not possible (the webview is part an app and it's not possible to access-configure the local keystore of the user computer) and I've not found other solution.
Is there any inline code that allows to load an URL from a Server configured with an SSL self signed certificate ?
Thanks
(Attached the B4J code/see the differents logs if the Page comes from a Server with a valid SSL certificate or self signed
I've search the forum and found and coded the solution in this post:
https://www.b4x.com/android/forum/threads/webview-certificate-lets-encrypt.64832/#post-410628
This works fine if the SSL certificate is a valid SSL certificate but if it's self signed, there's an error on the certificate handshaking.
I've googled for the solution and it seems that solution require to configure local keystore:
http://www.smartjava.org/content/how-analyze-java-ssl-errors
https://www.codebyamir.com/blog/java-developers-guide-to-ssl-certificates
but for my needs, that's not possible (the webview is part an app and it's not possible to access-configure the local keystore of the user computer) and I've not found other solution.
Is there any inline code that allows to load an URL from a Server configured with an SSL self signed certificate ?
Thanks
(Attached the B4J code/see the differents logs if the Page comes from a Server with a valid SSL certificate or self signed