DjangoGirls / djangogirls

Website for DjangoGirls.org
http://djangogirls.org/
BSD 3-Clause "New" or "Revised" License
465 stars 286 forks source link

`'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:600)'),)': /api/1305368/store/` #651

Closed amakarudze closed 3 years ago

amakarudze commented 3 years ago

There is a consistent error on one of the web apps serving Django Girls website. Not sure where this connection to the closed store is being called from.

Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:600)'),)': /api/1305368/store/
amakarudze commented 3 years ago

This is no longer happening after upgrading Python version and changing the virtual environment. Must have been configured as a hook in the old venv.