From M.MUSSIN at arpalombardia.it Tue Oct 1 02:00:16 2019 From: M.MUSSIN at arpalombardia.it (MUSSIN MAURO) Date: Tue, 1 Oct 2019 09:00:16 +0000 Subject: [OWSLib-users] Eumetstat WMS error Message-ID: 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(": 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 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. Unfortunately I could not find any WMS initialization on the owslib documentation. Any hint? Mauro Mussin -------------- next part -------------- An HTML attachment was scrubbed... URL: