Re: [mapserver-users] SSL curl error when hitting HTTP WMS

2020-06-09 Thread John Huotari
Thanks for the explanation about the redirect; that makes perfect sense now. It would be great if there were an "unsafeSSL" option like Jukka mentioned GDAL has; figured I should at least ask whether something like that existed. At least I now have confidence that I'm not missing some more

Re: [mapserver-users] SSL curl error when hitting HTTP WMS

2020-06-09 Thread Kralidis, Tom (EC)
Awesome Jeff: thanks much for this very useful and timely documentation. ..Tom > -Original Message- > From: mapserver-users On > Behalf Of Jeff McKenna > Sent: June 9, 2020 11:26 > To: mapserver-users@lists.osgeo.org > Subject: Re: [mapserver-users] SSL curl error whe

Re: [mapserver-users] SSL curl error when hitting HTTP WMS

2020-06-09 Thread Jeff McKenna
update: I've given some much needed love to the HTTPS document and referenced it throughout the docs now: https://mapserver.org/ogc/wxs_secure.html -jeff On 2020-06-09 7:10 a.m., Jeff McKenna wrote: The WMS service that you mention redirects all requests to HTTPS:

Re: [mapserver-users] SSL curl error when hitting HTTP WMS

2020-06-09 Thread Stephen Woodbridge
aja: mapserver-users@lists.osgeo.org Aihe: Re: [mapserver-users] SSL curl error when hitting HTTP WMS The WMS service that you mention redirects all requests to HTTPS: https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WmsServer? -jeff -- Jeff McKenna MapServer Consulting and Training

Re: [mapserver-users] SSL curl error when hitting HTTP WMS

2020-06-09 Thread Rahkonen Jukka (MML)
tiistai 9. kesäkuuta 2020 13.10 Vastaanottaja: mapserver-users@lists.osgeo.org Aihe: Re: [mapserver-users] SSL curl error when hitting HTTP WMS The WMS service that you mention redirects all requests to HTTPS: https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WmsServer? -jeff -- Je

[mapserver-users] SSL curl error when hitting HTTP WMS

2020-06-09 Thread John Huotari
I'm attempting to hit a WMS using HTTP, not HTTPS, but I run into the following SSL error HTTP: request failed with curl error code 60 (SSL certificate problem: unable to get local issuer certificate) I can get around this error by downloading a CA bundle file and setting the CURL_CA_BUNDLE

Re: [mapserver-users] SSL curl error when hitting HTTP WMS

2020-06-09 Thread Jeff McKenna
The WMS service that you mention redirects all requests to HTTPS: https://basemap.nationalmap.gov/arcgis/services/USGSTopo/MapServer/WmsServer? -jeff -- Jeff McKenna MapServer Consulting and Training Services co-founder of FOSS4G http://gatewaygeo.com/ On 2020-06-09 2:46 a.m., John