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?
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?