[OWSLib-users] Eumetstat WMS error

MUSSIN MAURO M.MUSSIN at arpalombardia.it
Tue Oct 1 02:00:16 PDT 2019


I'm using owslib with Eumetstat WMS service, but I have some issue.
The command:

wms_msg = WebMapService('http://eumetview.eumetsat.int/geoserver/wms')

returns:
ConnectionError: HTTPConnectionPool(host='eumetview.eumetsat.int', port=80): Max retries exceeded with url: /geoserver/wms?service=WMS&request=GetCapabilities&version=1.1.1 (Caused by NewConnectionError("<urllib3.connection.HTTPConnection object at 0x00000268ADC13940>: Failed to establish a new connection: [WinError 10060]

The same error under Linux.
I've googled about it and it appears to be an SSL issue, maybe related to the requests package (idk): I'm working behind a company proxy but if I use a browser I get the correct XML description of the service, so I'm inclined to exclude it.

On the github repo there is a hint on issue #489
@murdav<https://github.com/murdav>
You could extend the WMS class initialization with the verify and cert parameters. These parameters are passed down to the requests library. I have done this for WPS, see PR #437<https://github.com/geopython/OWSLib/issues/437>.

Unfortunately I could not find any WMS initialization on the owslib documentation.

Any hint?


Mauro Mussin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/owslib-users/attachments/20191001/51713498/attachment.html>


More information about the OWSLib-users mailing list