Good morning,
and for 2 days I've been trying to open this site from b4j with webview, I've tried all the possible settings found on the forum, but the page doesn't open, could someone check why?
Thanks
WebView1.LoadURL("https://cloud.profimax.it")
A few years back my application stopped working with a site as the site switched to their certificates to the Google CA which wasn’t in JRE store. Updating the JRE resolved the issue.
Java has a list of trusted CA (certificate authorities) which can become out of date.
Read here how to create other packages of JDK. https://www.b4x.com/android/forum/threads/update-openjdk.140167/
You need to download the JDK and the FX separately and then unite them correctly.
Maybe someone that already made it could share the already done folder.