In my [WebApp] I am working with database and I created a excel file.
Now I what that people can download it.
My [WebApp] is in https:// and if I try
I have an error
Now I what that people can download it.
My [WebApp] is in https:// and if I try
B4X:
Dim J As HttpJob
J.Initialize("J", Me)
J.Download(https://my.website.com:12345/myfile.xls)
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated