|
OpenJDK 11 이상에서의 TLS 1.0, TLS 1.1 비활성화 (OWASP ZAP;TLSv1;TLSv1.1;OpenJDK 11;)
|
메모智 -> TLS10; TLS11; |
|
OpenJDK 11 이상에서의 TLS 1.0, TLS 1.1 비활성화 |
|
|
|
An exception occurred while attempting to connect to: https://lib.*aer*.**.kr/
The exception was:
The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]
Root cause:
SSLHandshakeException: The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]
The following document may be of assistance in resolving this failure:
https://www.zaproxy.org/faq/how-to-connect-to-an-https-site-that-reports-a-handshake-failure/
자바에서 위와 같이 오류 발생
/etc/java-11-openjdk/security/java.security 파일의
security.overridePropertiesFile=true
# jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \
jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, \
로 바꿔서 TLS10 TLS11 지원 가능하다고 함. |
|
작성자: 써기 |
추천수: 1 |
첨부파일: 0 |
등록일: |
공개 MEMO
|
|
| |
|