Hi, For the first time, I'm trying to use WMS with a server with an "https" URL.
Unless I add <UnsafeSSL>true</UnsafeSSL> to the service description file or set GDAL_HTTP_UNSAFESSL=YES before running my application, I get an error like this: HTTP status code: 0, error: SSL certificate problem: unable to get local issuer certificate. Instead of declaring the site unsafe, I've got a root certificate bundle that I would like to point at. I tried setting CURL_CA_BUNDLE (suggested by the curl documentation) to this file but it doesn't seem to help. Is there a way to specify a CA bundle in this context? Thanks, carl
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
