[Osgeo4w-trac] [osgeo4w] #715: ssl.SSLError: A failure in the SSL library occurred (_ssl.c:1129)
OSGeo4W
trac_osgeo4w at osgeo.org
Wed May 4 00:00:57 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 andreaerdna):
I don't know if the two issue are related.
I've tested your code
{{{
import urllib.request
response = urllib.request.urlopen('https://www.python.org/')
html = response.read()
}}}
in QGIS 3.22.6 and QGIS 3.24.2 (Windows 10 64 bit - OSGeo4W) python
console and I don't see any error message.
In my OSGeo4W\bin folder there are:
{{{
21/10/2021 18:35 3.439.104 libcrypto-1_1-x64.dll
21/10/2021 18:35 687.616 libssl-1_1-x64.dll
}}}
and in OSGeo4W\apps\Python39\DLLs folder there are:
{{{
21/10/2021 18:35 3.439.104 libcrypto-1_1.dll
21/10/2021 18:35 687.616 libssl-1_1.dll
}}}
--
Ticket URL: <https://trac.osgeo.org/osgeo4w/ticket/715#comment:3>
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