B4J Question b4j does not open an https ssl site, what to do?

Xfood

Expert
Licensed User
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")
 

tchart

Well-Known Member
Licensed User
Longtime User
What JRE/JDK are you running?

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.
Not sure if you missed my question. What version JDK are you running?
 
Upvote 0

tchart

Well-Known Member
Licensed User
Longtime User
Also just an observation from here (New Zealand) that page does not open for me in any browser or OS - mobile, Mac, Windows.

Have tried on 4G plus my fibre connection and it just times out.
 
Upvote 0

geps

Member
Licensed User
Longtime User
I’ve seen this happen before with B4J WebView and HTTPS sites. Sometimes it’s about the SSL certificates not being trusted by the WebView component.
 
Upvote 0

tchart

Well-Known Member
Licensed User
Longtime User
I wrote to you in post #24 that I use 19.0.2 but it doesn't work anyway unfortunately
This is why you should never use short term JDK releases. Even though 19.0.2 is the "latest" its still two years behind!
 
Upvote 0
Top