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

Update Neteller API to use stronger DH Key #10

Open
DZDomi opened this issue Sep 9, 2019 · 0 comments
Open

Update Neteller API to use stronger DH Key #10

DZDomi opened this issue Sep 9, 2019 · 0 comments

Comments

@DZDomi
Copy link

DZDomi commented Sep 9, 2019

This is not a direct affect of api code, but the deployment.

Issue:

curl https://api.neteller.com  
curl: (35) error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small

You have to update the size of your DH TLS Key for users of the latest version of debian. Otherwise a lot of clients will not be able to connect to your api, cause of the following changes in the default distribution of debian. Read here for more information: https://wiki.debian.org/ContinuousIntegration/TriagingTips/openssl-1.1.1

In order to get the connection working we had to downgrade our security level to 1 instead of 2 (SECLEVEL=1)

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