Hello,

my question:
Does Android Browser or the Android WebView support https on ports other 
than 443, e.g. 447?

I have some html resources hosted on a server, accessible using https but 
on port 447, so my urls look like this:
https://my.domain.com:447/path/to/resource.html

My application uses WebView's loadURL method to load and show this resource.
It works fine in Android 2.2 up to 2.3.4.
However when testing with Android 3.2 or 4.0.3  it does not work. It simply 
times out without any exception or message in the log.
The same thing happens for Honeycomb and above in the default Browser. It 
doesn't even load in Chrome Beta for Android.
Strangely enough it does load on Honeycomb and ICS when using Firefox for 
Android.

Is there anybody out there who can explain to me why this is happening and 
what I can do about it?

Thank you very much in advance! 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to