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

This SDK rely on OS TLS and cipher suite settings to communicate with Deepl server. #56

Open
pboisso opened this issue Oct 21, 2024 · 0 comments

Comments

@pboisso
Copy link

pboisso commented Oct 21, 2024

Since latest Deepl TLS 1.2 and cipher suite change last august, this SDK can't communicate with the Deepl servers anymore on servers that do not match the very restrictive policy requested. The policy is so restrictive that it is currently blocking communication from certain OS that do not support the requirements requested by Deepl.

The SDK should update http client to support the TLS and cipher suite requirement by Deepl and not rely on underlying OS.

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

No branches or pull requests

1 participant