Hello,
I getting the same error as in this Thread : https://www.b4x.com/android/forum/threads/trust-anchor-for-certification-path-not-found.88040/
How or where should i change the hc.initialize to intializeacceptall?
Anyone have a idea?
I getting the same error as in this Thread : https://www.b4x.com/android/forum/threads/trust-anchor-for-certification-path-not-found.88040/
How or where should i change the hc.initialize to intializeacceptall?
B4X:
Sub ExecuteRemoteQuery(Query As String, JobName As String)
Dim job As HttpJob
job.Initialize(JobName, Me)
job.PostString("http://www.xxxxx.nl/xxxx.php", Query)
End Sub
Anyone have a idea?