[Fdo-trac] [fdo-trac] #890: Failed to connect to the https WMS server
FDO
trac_fdo at osgeo.org
Fri Jun 13 02:24:03 PDT 2014
#890: Failed to connect to the https WMS server
----------------------------+-----------------------------------------------
Reporter: christinebao | Owner: Christine Bao
Type: defect | Status: new
Priority: major | Milestone: 3.9.0
Component: WMS Provider | Version: 3.9.0
Severity: 3 | Keywords:
External_id: DE13923 |
----------------------------+-----------------------------------------------
Comment(by christinebao):
This error was caused by recently open SSL upgrade. libCurl reports error:
-----------------------------------------------------------------------------------
CURLE_SSL_CONNECT_ERROR (35)
A problem occurred somewhere in the SSL/TLS handshake. You really want the
error buffer and read the message there as it pinpoints the problem
slightly more. Could be certificates (file formats, paths, permissions),
passwords, and others.
More details:
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol
version
-----------------------------------------------------------------------------------
By investigation it means client SSL version is different from server's.
To avoid reporting this error, make libCurl ignores version difference by
setting options:
curl_easy_setopt(curlHandle, CURLOPT_SSLVERSION, 1);
Reference to http://mikeytag.tumblr.com/post/29612114990/fixing-ssl-
handshake-with-php5-and-curl.
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/890#comment:1>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list