🌐
Stack Overflow
stackoverflow.com › questions › 77457188 › httpsconnectionpool-max-retries-exceeded-with-url-caused-by-sslerrorsslzerore
request - HTTPSConnectionPool Max retries exceeded with url: (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1129) - Stack Overflow
Error occurred: HTTPSConnectionPool(host='google.serper.dev', port=443): Max retries exceeded with url: /search (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1129)')))
🌐
Python
docs.python.org › 3 › library › ssl.html
ssl — TLS/SSL wrapper for socket objects — Python 3.14.4 ...
exception ssl.SSLZeroReturnError¶ · A subclass of SSLError raised when trying to read or write and the SSL connection has been closed cleanly. Note that this doesn’t mean that the underlying transport (read TCP) has been closed.
Discussions

Letsencrypt renewal Max retries exceeded with url: /directory (Caused by SSLError(SSLZeroReturnError
Hi, there! I want to force the renewal of a certificate for the first time on my server. I'm using proxy and I can get https://acme-v02.api.letsencrypt.org/directory. the thing is that I get the following error while e… More on community.letsencrypt.org
🌐 community.letsencrypt.org
0
1
November 7, 2023
'SSLError(SSLZeroReturnError during "docker compose build" (pip3 install -r requirements.txt)
Hi Team, I am currently stucked and having this error when I do execite docker compose build. I have a proxy settings and for testing purposes; I am successfully execute pip3 install -r requirement... More on github.com
🌐 github.com
4
July 5, 2024
Max Retries Exceeded - Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) - Ansible Project - Ansible
Nothing on the windows side has changed. When I run a playbook with win_ping, it errors out saying, Max Retries Exceeded - Caused by SSLError(SSLZeroReturnError(6, ‘TLS/SSL connection has been closed (EOF) (_ssl.c:1129)’)). Again, nothing was changed on the win... More on forum.ansible.com
🌐 forum.ansible.com
0
April 24, 2023
Max retries exceeded caused by SSLError(SSLZeroReturnError
Hi, Im getting this error since mid June when before it was working well. Max retries exceeded with url: /entities/x?fields=y (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has b... More on github.com
🌐 github.com
27
July 20, 2023
🌐
GitHub
github.com › psf › requests › issues › 6429
SSLZeroReturnError problem in multithreaded gunicorn app · Issue #6429 · psf/requests
April 24, 2023 - HTTPSConnectionPool(host='GCP CLOUD FUNCTION', port=443): Max retries exceeded with url: /path (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:997)'))) I'm using python 3.11 with requests 2.28.2 urllib3 1.26.15 How can i avoid this problem in a threaded gunicorn app?
Author   mat105
🌐
Let's Encrypt
community.letsencrypt.org › help
Letsencrypt renewal Max retries exceeded with url: /directory (Caused by SSLError(SSLZeroReturnError - Help - Let's Encrypt Community Support
November 7, 2023 - Hi, there! I want to force the renewal of a certificate for the first time on my server. I'm using proxy and I can get https://acme-v02.api.letsencrypt.org/directory. the thing is that I get the following error while executing certbot --force-renew: certbot --force-renew -d cercheck.EXAMPLE.COM *Saving debug log to /var/log/letsencrypt/letsencrypt.log* *An unexpected error occurred:* *requests.exceptions.SSLError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries...
🌐
SABnzbd Forums
forums.sabnzbd.org › home › board index › support › debian/ubuntu package
Errors after enabling SSL: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:997) - SABnzbd Forums
I am cutting out information as I am new user the forum is thinking I am posting "links" which is forbidden. 2023-05-03 19:13:19,665::ERROR::[_cplogging:213] [03/May/2023:19:13:19] ENGINE Error in HTTPServer.serve <snip> ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:997) ...
🌐
GitHub
github.com › dfir-iris › iris-web › issues › 522
'SSLError(SSLZeroReturnError during "docker compose build" (pip3 install -r requirements.txt) · Issue #522 · dfir-iris/iris-web
July 5, 2024 - Hi Team, I am currently stucked and having this error when I do execite docker compose build. I have a proxy settings and for testing purposes; I am successfully execute pip3 install -r requirement...
Author   dciftci
🌐
Ansible
forum.ansible.com › archives › ansible project
Max Retries Exceeded - Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) - Ansible Project - Ansible
April 24, 2023 - Nothing on the windows side has changed. When I run a playbook with win_ping, it errors out saying, Max Retries Exceeded - Caused by SSLError(SSLZeroReturnError(6, ‘TLS/SSL connection has been closed (EOF) (_ssl.c:1129)’)). Again, nothing was changed on the win...
🌐
GitHub
github.com › googleapis › google-auth-library-python › issues › 1356
Max retries exceeded caused by SSLError(SSLZeroReturnError · Issue #1356 · googleapis/google-auth-library-python
July 20, 2023 - Hi, Im getting this error since mid June when before it was working well. Max retries exceeded with url: /entities/x?fields=y (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1129)')) I'm gettin...
Author   lautaropacellaDR
🌐
Pinecone Community
community.pinecone.io › support
[FIXED] SSL/TLS Connection Closed Unexpectedly When Accessing Pinecone from GCP Flask App - Support - Pinecone Community
November 9, 2023 - Hello Pinecone Community, I’m experiencing a persistent issue with SSL/TLS connections when attempting to access Pinecone from my Flask application hosted on Google Cloud Run – the connection is unexpectedly closed, resulting in an SSLZeroReturnError. Error Message: SSLError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) My application and Pinecone are hosted in GCP’s Iowa (us-central1) region.
Find elsewhere
🌐
Stack Overflow
stackoverflow.com › questions › 72468213 › sslzeroreturnerror-error-only-in-python-3-10
SSLZeroReturnError error only in python 3.10 - Stack Overflow
Traceback (most recent call last): ... self.do_handshake() File "/usr/lib/python3.10/ssl.py", line 1341, in do_handshake self._sslobj.do_handshake() ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:997)...
🌐
Esri Community
community.esri.com › t5 › arcgis-api-for-python-questions › sslerror-from-arcgis-api-for-python-using-jupyter › td-p › 1190455
SSLError from ArcGIS API for Python using Jupyter ... - Esri Community
July 7, 2022 - SSLError: Please set verify_cert=False due to encountered SSL error: HTTPSConnectionPool(host='nyc.maps.arcgis.com', port=443): Max retries exceeded with url: /sharing/rest/oauth2/authorize?response_type=code&client_id=arcgisonline&redirect_uri=urn:ietf:wg:oauth:2.0:oob&state=TOMYJv8XYm4lnIX6XaFW5Eq4lx3hSe&expiration=20160&allow_verification=false&style=dark&locale=en-US (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1129)')))
🌐
Stack Overflow
stackoverflow.com › questions › 49044853 › ssl-sslzeroreturnerror-tls-ssl-connection-has-been-closed-eof-ssl-c661
python - ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:661) - Stack Overflow
March 1, 2018 - File "/home/ragav/trunk/lib/Ipdu.py", ... self.do_handshake() File "/usr/local/lib/python2.7/ssl.py", line 840, in do_handshake self._sslobj.do_handshake() ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:661)...
🌐
GitHub
github.com › cherrypy › cheroot › pull › 518
Handle `SSLZeroReturnError` exceptions in stdlib TLS adapter by toppk · Pull Request #518 · cherrypy/cheroot
with python 3.8 and above ssl will generate SSLZeroReturnError exceptions for zero-bytes-send connections. These connections are ignored in cheroot when the exception is SSLError with errno=ssl.SS...
Author   cherrypy
🌐
MNE Forum
mne.discourse.group › support & discussions
problem with loading data MNE sample - Support & Discussions - MNE Forum
July 20, 2023 - Hello. When I run MNE data, in first step(sample_data), i face with these errors: 1)TLS/SSL connection has been closed (EOF) (_ssl.c:997) 2)HTTPSConnectionPool(host=‘osf.io’, port=443): Max retries exceeded with url: /86qa2/download?version=6 (Caused by SSLError(SSLZeroReturnError(6, ‘TLS/SSL connection has been closed (EOF) (_ssl.c:997)’))) 3)HTTPSConnectionPool(host=‘osf.io’, port=443): Max retries exceeded with url: /86qa2/download?version=6 (Caused by SSLError(SSLZeroReturnError(6, ‘TLS/...
🌐
GitHub
github.com › cherrypy › cheroot › issues › 346
cherrypy SSL stops responding "ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:2471)" (after 5 intermediate tracebacks TLSV1_ALERT_UNKNOWN_CA or SSLV3_ALERT_CERTIFICATE_UNKNOWN) · Issue #346 · cherrypy/cheroot
December 8, 2020 - After 5 combined (failed) SSL/TLS connections from a certain SSL client (Radarr 3.0.0.4204, based on .NET Core), cherrypy stops responding completely with ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:2471) The program is still 'running'
Author   sanderjo
🌐
Stack Overflow
stackoverflow.com › questions › 75273639 › caused-by-sslerrorsslzeroreturnerror6-tls-ssl-connection-has-been-closed-eo
python - Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:997)')) - Stack Overflow
HTTPSConnectionPool(host='www.foo.com', port=443): Max retries exceeded with url: /foo/JMD87FHD6GA068ZD9SS (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:997)')))
🌐
GitHub
github.com › cherrypy › cheroot › issues › 517
ssl.SSLZeroReturnError exception on startup with builtin ssl backend python 3.8 or above · Issue #517 · cherrypy/cheroot
Error in HTTPServer.tick Traceback (most recent call last): File "cheroot\server.py", line 1770, in serve File "cheroot\server.py", line 1993, in tick File "cheroot\connections.py", line 180, in get_conn File "cheroot\connections.py", line 199, in _from_server_socket File "cheroot\ssl\builtin.py", line 113, in wrap File "ssl.py", line 517, in wrap_socket File "ssl.py", line 1075, in _create File "ssl.py", line 1346, in do_handshake ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:992)
🌐
Mozilla Bugzilla
bugzilla.mozilla.org › show_bug.cgi
1634313 - Intermittent DON'T USE FOR CLASSIFICATION SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1829)
Summary: Intermittent SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1829) → Intermittent DON'T USE FOR CLASSIFICATION SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1829)
🌐
GitHub
github.com › psf › requests › issues › 6569
HTTPSConnectionPool(port=443): Max retries exceeded with url:(Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1129)'))) · Issue #6569 · psf/requests
November 10, 2023 - Error occurred: HTTPSConnectionPool(host='google.serper.dev', port=443): Max retries exceeded with url: /search (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1129)')))
Author   Hsgngr
🌐
Fly.io
community.fly.io › t › max-retries-exceeded-with-url-from-bucket › 22194
Max retries exceeded with url from bucket - tigris - Fly.io
October 9, 2024 - When our app gets the image which uploaded to tigris bucket, it return below error: HTTPSConnectionPool(host=‘fly.storage.tigris.dev’, port=443): Max retries exceeded with url:/mytemp/1728478323_CB56BDFD-D6CA-4251-A5A0-551000EC12B9.jpg (Caused by SSLError(SSLZeroReturnError(6, ‘TLS/SSL ...