simpligility / ksoap2-android

ksoap2-android - SOAP support for Android

Home Page:http://simpligility.github.io/ksoap2-android/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HttpsTransportSE throws exception java.net.UnknownHostException: Unable to resolve host "my.host.com": No address associated with hostname

KapilThakur007 opened this issue · comments

Hi,
while using HttpsTransportSE() , it throws exception
"java.net.UnknownHostException: Unable to resolve host "my.host.com": No address associated with hostname" in Android PIE while working fine in other android versions and simple HttpTransportSE() is also working fine.

Please help how to resolve this.

We can not debug your specific problem to you. Maybe the host is not exposed via https? Or really not available? Otherwise .. not sure ... maybe something in the network stack in Pie is getting in the way.

Sounds like you're using HTTP rather than HTTPS which is disabled by default on Android Pie. You just need to specify the domains you're app is using or enable HTTPS on your server. See https://developer.android.com/about/versions/pie/android-9.0-changes-28#tls-enabled