Qolam
Member
hello
ive tried many ways but keep seeing this :
ResponseError. Reason: javax.net.ssl.SSLHandshakeException: Handshake failed
it works fine when i run it on bluestacks
but not on two phones (android 7 and 9 )
i am doing the code like this :
ive added the
AddPermission(android.permission.INTERNET)
to manifest but no luck there.
i checked the list permissions
the
service reciever has only permission of :
android.permission.FOREGROUND_SERVICE
but all else have internet permission. what should i do ?
the host im trying to get data from uses these protocols :
ive tried many ways but keep seeing this :
ResponseError. Reason: javax.net.ssl.SSLHandshakeException: Handshake failed
it works fine when i run it on bluestacks
but not on two phones (android 7 and 9 )
i am doing the code like this :
code:
Dim job As HttpJob
job.Initialize("", Me)
job.Download(Url)
job.Download2(Url, Array As String( "key1","value1"))
Wait For (job) JobDone(job As HttpJob)
If job.Success Then
Log("success")
Dim pageContent As String = job.GetString ' Get the web page content as a string
ive added the
AddPermission(android.permission.INTERNET)
to manifest but no luck there.
i checked the list permissions
the
service reciever has only permission of :
android.permission.FOREGROUND_SERVICE
but all else have internet permission. what should i do ?
the host im trying to get data from uses these protocols :
| Protocols |