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

Can not connect to SQL Server 2008, ERROR of TLS v1 #2112

Open
ChrisYuan opened this issue Nov 8, 2023 · 3 comments
Open

Can not connect to SQL Server 2008, ERROR of TLS v1 #2112

ChrisYuan opened this issue Nov 8, 2023 · 3 comments

Comments

@ChrisYuan
Copy link

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

@ChrisYuan ChrisYuan added bug Something isn't working wait for review labels Nov 8, 2023
@EvgeniaBzzz
Copy link
Contributor

Hi, @ChrisYuan!
Thank you for bringing this to our attention. We will develop a solution in one of the future releases.

@EvgeniaBzzz
Copy link
Contributor

Hi, @ChrisYuan!
Please, try to enable 'Trust Server Certificate' or/and select desired TLS in Driver properties
image
image

@LonwoLonwo
Copy link
Member

Hello @ChrisYuan

Please check the latest CloudBeaver version. We changed our Java version. Maybe it will help.
Or take a look at this comment to solve your issue: #2112 (comment)

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

3 participants