Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL error on Chapter 5 Notebook #10

Open
Minyall opened this issue Jan 19, 2023 · 0 comments
Open

SSL error on Chapter 5 Notebook #10

Minyall opened this issue Jan 19, 2023 · 0 comments

Comments

@Minyall
Copy link
Contributor

Minyall commented Jan 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant