dcss_supplementary icon indicating copy to clipboard operation
dcss_supplementary copied to clipboard

SSL error on Chapter 5 Notebook

Open Minyall opened this issue 2 years ago • 0 comments

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

Minyall avatar Jan 19 '23 21:01 Minyall