You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The very last cell of chapter notebook generates an SSL error.
SSLError: HTTPSConnectionPool(host='sustainabledevelopment.un.org', port=443): Max retries exceeded with url: /partnership/?p=30000 (Caused by SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1129)')))
This was produced using the Apple silicon environment. A small amount of Googling suggests this may be due to a mismatch when it comes to the SSL requirements of the client machine and a server which doesn't support it (relevant Stack Overflow).
Not sure if the solution is extra code to pre-empt the issue or change the example server. Full traceback attached. full_traceback.txt
The text was updated successfully, but these errors were encountered:
The very last cell of chapter notebook generates an SSL error.
SSLError: HTTPSConnectionPool(host='sustainabledevelopment.un.org', port=443): Max retries exceeded with url: /partnership/?p=30000 (Caused by SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1129)')))
This was produced using the Apple silicon environment. A small amount of Googling suggests this may be due to a mismatch when it comes to the SSL requirements of the client machine and a server which doesn't support it (relevant Stack Overflow).
Not sure if the solution is extra code to pre-empt the issue or change the example server. Full traceback attached.
full_traceback.txt
The text was updated successfully, but these errors were encountered: