Skip to content

Instantly share code, notes, and snippets.

View 0x0645's full-sized avatar
🍓
+

Mustafa 0x0645

🍓
+
View GitHub Profile

If you encounter the following SSL error in Python, especially when using the requests library:

SSLError: SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1129)')

There are a couple of approaches you can try to resolve it: