im running this code in my app
then job response throws this ..
this error only occurs on android 4.4 or maybe even in lower android versions. is there a solution to this issue?
Thanks
B4X:
Dim job1 As HttpJob
job1.Initialize("test",Me)
job1.Download("https://www.google.com")
ProgressDialogShow2("Loading...",False)
B4X:
javax.net.ssl.SSLException: Connection closed by peer
Thanks