OpenJDK2 [트러블슈팅] javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12] Open JDK17을 설치하고 jar를 실행하였더니 아래와 같은 오류가 발생하였다. 오류 : javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12] Open JDK 8u292 이상Open JDK 11.0.11 이상Open JDK 16 이상 모든 버전은 TLS1.0 및 TLS1.1 가용성을 비활성화 한다고 한다.그래서 TLS1.0 / TLS1.1 비활성화 옵션을 제거해준다.아래 경로 위치에 java.security 파일에서 TLSv1, TLSv1.1을 제거하고 저장한다. 참고https://nakanara.tistory.co.. 2024. 11. 12. [리눅스] JDK 버전 2개 설치 기존에 JDK 8 이 설치되어 있는 상태로 신규 진행하는 프로젝트 JDK 버전이 17 이라 JDK 버전차이로인해 오류가 발생했다. Exception in thread "main" java.lang.UnsupportedClassVersionError: kr/co/project/gw/GwApplication has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0 Open JDK 17 다운https://docs.aws.amazon.com/corretto/late.. 2024. 10. 29. 이전 1 다음