其他分享
首页 > 其他分享> > Jenkins 2.3 svn Unable to access the repository

Jenkins 2.3 svn Unable to access the repository

作者:互联网

修改文件:/usr/lib/jvm/java-11-openjdk-11.0.13.0.8-1.el7_9.x86_64/conf/security/java.security

#jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \
#    DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
#    include jdk.disabled.namedCurves

jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, \
    DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
    include jdk.disabled.namedCurves

标签:svn,disabled,repository,jdk,DES,namedCurves,access,keySize,DH
来源: https://www.cnblogs.com/liudianer/p/15763447.html