Dear friends,
I have read this thread where is desribed the solution:
this is the solution
but I not understand how can I use this solution for open "https" site with webview...
I hope that it is not dumb question,
please very much for help,
thank you
p4ppc
I have read this thread where is desribed the solution:
javax.net.ssl.SSLException: Received fatal alert: close_notify
Loading this page inside a webView (or by using okHttp) https://apps.ika.gr/eAccess/ I get this error: javax.net.ssl.SSLException: Received fatal alert: close_notify The full log: Dec 23, 2018 10:52:43 AM com.sun.webkit.network.URLLoader doRun WARNING: Unexpected error...
www.b4x.com
this is the solution
B4X:
Dim j As HttpJob
j.Initialize("", Me)
j.Download("https://apps.ika.gr/eAccess/")
Wait For JobDone(j As HttpJob)
If j.Success Then
Log(j.GetString)
End If
j.Release
but I not understand how can I use this solution for open "https" site with webview...
I hope that it is not dumb question,
please very much for help,
thank you
p4ppc