[GH-ISSUE #2112] Can not connect to SQL Server 2008, ERROR of TLS v1 #636

Closed
opened 2026-03-07 20:52:24 +03:00 by kerem · 0 comments
Owner

Originally created by @ChrisYuan on GitHub (Nov 8, 2023).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2112

Describe the bug
There is an issue about SQL Server 2008, I tried to connect it and report an error of TLS. I find a way to solve it in stackoverflow, see below:

  1. docker exec -it cloudbeaver-docker-name bash
  2. change the file '/opt/java/openjdk/conf/security/java.security', remove 'TLSv1, TLSv1.1' from [jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA]
  3. restart docker

For Cloudbeaver version 23.2.4 and 23.2.0

Originally created by @ChrisYuan on GitHub (Nov 8, 2023). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2112 **Describe the bug** There is an issue about SQL Server 2008, I tried to connect it and report an error of TLS. I find a way to solve it in stackoverflow, see below: 1. docker exec -it cloudbeaver-docker-name bash 2. change the file '/opt/java/openjdk/conf/security/java.security', remove 'TLSv1, TLSv1.1' from [jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA] 3. restart docker For Cloudbeaver version 23.2.4 and 23.2.0
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#636
No description provided.