개인적인 정리

Received fatal alert: protocol_version 본문

전자정부표준프레임워크/Exception 및 Error

Received fatal alert: protocol_version

yeon.Biju 2020. 8. 25. 13:35

Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6: Could not transfer artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from/to central (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version -> [Help 1] [ERROR]

 

 

와 같은 오류가 발생하였다.

 

아래와 같이 하여 해결.

 

 

1. maven repository 주소를 https로 바꾸는 방법

https://web-obj.tistory.com/449

 

501 HTTPS Required.

오랫만에 이전 프로젝트를 열어보니 동작하지 않는다. 이런 저런 시도를 해본 끝에 브라우저로 다음 URL을 접속해보니 오류가 난다. http://repo1.maven.org/maven2/ 501 HTTPS Required. Use https://repo1.mave..

web-obj.tistory.com

 

https://sunghs.tistory.com/58

 

[MAVEN] Received fatal alert : protocol_version

[MAVEN] Received fatal alert : protocol_version ... from/to central (https\://repo.maven.apache.org/maven2)\: Received fatal alert\: protocol_version pom.xml에 설정한 dependency에서 jar 다운로드가..

sunghs.tistory.com

2. jdk 버전을 1.8 이상으로 올리는 방법

 

이 있다고 함.

 

Comments