HTTPS browse problem with WebView

paolofi

Member
Licensed User
Longtime User
Can the Webview object browse HTTPS secured server?
I' have tried some, working called manually, but I receive an error like 'no available page' when called with
B4X:
WebView1.LoadUrl("https://secured/page.jsp")
it work fine with Google or others.

Regards.
 

paolofi

Member
Licensed User
Longtime User
Try to browse to the same page using the default Android browser.
Do you get a warning message that the site's certificate is out of date or untrusted?

If so then take a look at these two threads for a solution:

http://www.b4x.com/forum/basic4andr...-webview-https-workaround-how.html#post135263

http://www.b4x.com/forum/basic4andr...webview1-ssl-password-problem.html#post135826

Martin.

The problems was the certificate warning as you said.
Using your 'customized' library now my script works!
.
Many thanks.
 
Upvote 0
Top