Skip to content

Commit 7a21419

Browse files
Merge pull request #7 from littleniannian/fix_allow_tls1.0
fix: cloudbeaver访问sql server数据源发生TLS10不支持报错
2 parents 3a50f03 + e6ed133 commit 7a21419

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deploy/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM eclipse-temurin:17.0.4.1_1-jre-focal
22

33
COPY cloudbeaver /opt/cloudbeaver
44

5+
# 允许使用TLS1.0
6+
RUN sed -i -e '724,+2s/TLSv1,//' -e '724,+2s/TLSv1.1,//' -e '724,+2s/3DES_EDE_CBC,//' /opt/java/openjdk/conf/security/java.security
57
EXPOSE 8978
68
RUN find /opt/cloudbeaver -type d -exec chmod 775 {} \;
79
WORKDIR /opt/cloudbeaver/

0 commit comments

Comments
 (0)