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

DH Key too small errors #75

Open
donsizemore opened this issue Jul 11, 2022 · 0 comments
Open

DH Key too small errors #75

donsizemore opened this issue Jul 11, 2022 · 0 comments

Comments

@donsizemore
Copy link
Collaborator

donsizemore commented Jul 11, 2022

A number of Dataverse instances are now unreachable by Python3 on metrics.dataverse.org:

<urlopen error [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:1129)>
<urlopen error [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:1129)>
<urlopen error [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:1129)>
<urlopen error [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:1129)>

Ideally we would address this on the server-side; another work-around would be to relax the client-side cipher settings.

Update: the pattern I believe I'm seeing by examining SSL certificates is that affected Dataverse instance are using LetsEncrypt for their certs.

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