deepl-dotnet icon indicating copy to clipboard operation
deepl-dotnet copied to clipboard

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

Open pboisso opened this issue 1 year ago • 0 comments

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.

pboisso avatar Oct 21 '24 18:10 pboisso