<div dir="auto"><div>Why do you need those options? Generally,! disabling the certificate checks isn't a good idea.<div dir="auto"><br></div><div dir="auto"><br></div><br><div class="gmail_extra"><br><div class="gmail_quote">On Feb 5, 2017 8:45 PM, "Brent Fraser" <<a href="mailto:bfraser@geoanalytic.com" target="_blank">bfraser@geoanalytic.com</a>> wrote:<br type="attribution"><blockquote class="m_-2701133435276901008quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
  To get identify.php to work when I specify a WMS map-source using https (instead of the old and out-dated http), I had to add a couple of curl options to identify.php around line 196:<br>
<br>
        curl_setopt($curlHandle, CURLOPT_SSL_VERIFYHOST, 0);<br>
        curl_setopt($curlHandle, CURLOPT_SSL_VERIFYPEER, 0);<br>
<br>
Should I file an issue or is this already handled in 3.0?<br>
<br>
And what's with hardcoding "INFO_FORMAT=application/vnd.o<wbr>gc.gml" into the request?  Should we make that configurable in the map-source definition?<br>
<br>
Thanks!<font color="#888888"><br>
<br>
-- <br>
Best Regards,<br>
Brent Fraser<br>
<br>
<br>
______________________________<wbr>_________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank">Geomoose-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/geomoose-users</a></font></blockquote></div><br></div></div></div>