[Osgeo4w-trac] [osgeo4w] #715: ssl.SSLError: A failure in the SSL library occurred (_ssl.c:1129)
OSGeo4W
trac_osgeo4w at osgeo.org
Tue May 3 09:16:20 PDT 2022
#715: ssl.SSLError: A failure in the SSL library occurred (_ssl.c:1129)
------------------------+----------------------------
Reporter: andreaerdna | Owner: osgeo4w-dev@…
Type: defect | Status: new
Priority: major | Component: Package
Version: | Resolution:
Keywords: |
------------------------+----------------------------
Comment (by Andreas Müller):
Don't know if this is the same problem, but I'm trying to read https with
urllib.request and get an error:
{{{
urllib.error.URLError: <urlopen error unknown url type: https>
}}}
My code looks like this:
{{{
import urllib.request
response = urllib.request.urlopen('https://www.python.org/')
html = response.read()
}}}
--
Ticket URL: <https://trac.osgeo.org/osgeo4w/ticket/715#comment:1>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer and package environment for the OSGeo stack.
More information about the Osgeo4w-trac
mailing list