J javiers Active Member Licensed User Longtime User Apr 23, 2013 #1 Hello I use the following code to get an image and then save it. Dim job As HttpJob job.Initialize ("000", Me) job.Download ("https://www.fnmoc.navy.mil/wxmap_cgi/dynamic/NVG/current/nvg10.tas.000.europe2.png") I get the following error: Error: javax.net.ssl.SSLPeerUnverifiedException: No peer certificate Any solutions?
Hello I use the following code to get an image and then save it. Dim job As HttpJob job.Initialize ("000", Me) job.Download ("https://www.fnmoc.navy.mil/wxmap_cgi/dynamic/NVG/current/nvg10.tas.000.europe2.png") I get the following error: Error: javax.net.ssl.SSLPeerUnverifiedException: No peer certificate Any solutions?
Erel B4X founder Staff member Licensed User Longtime User Apr 24, 2013 #2 See my answer in the other thread you started. Please do not post duplicate questions. Upvote 0
J javiers Active Member Licensed User Longtime User Apr 24, 2013 #3 Thanks for your answer, Erel. I did not know where to publish the post. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Apr 24, 2013 #4 Usually it is better to start a new thread for each question. In this case I first answered in the other thread and then saw this one. Upvote 0
Usually it is better to start a new thread for each question. In this case I first answered in the other thread and then saw this one.
J javiers Active Member Licensed User Longtime User Apr 24, 2013 #5 Ok. Congratulations again for this great forum. Upvote 0