The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]
The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]
编辑java.security 文件,修改安全协议的配置即可。 删掉这两个:TLSv1、TLSv1.1
RUN bash -c 'sed -i "1,$ s/ TLSv1, TLSv1.1,//g" /usr/local/openjdk-8/lib/security/java.security'
浙公网安备 33010602011771号