Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- jquery
- switch
- html
- 오라클
- HTML5
- 이클립스
- @RequestBody
- 전자정부 표준프레임워크
- 호환성
- java
- 한글
- MYSQL
- 네이버스마트 에디터
- 스크립트
- DB
- RADIO
- 톰캣
- maven
- checbox
- SSL
- spring form tag
- 문자열
- Oracle
- exception
- php
- 웹 플랫폼 설치 관리자
- JSTL
- 날짜
- null
- json
Archives
- Today
- Total
개인적인 정리
501 HTTPS Required. 본문
오랫만에 이전 프로젝트를 열어보니 동작하지 않는다.
이런 저런 시도를 해본 끝에 브라우저로 다음 URL을 접속해보니 오류가 난다.
http://repo1.maven.org/maven2/
501 HTTPS Required.
Use https://repo1.maven.org/maven2/
More information at https://links.sonatype.com/central/501-https-required
http://repo1.maven.org/maven2/
에서
http 대신에 https로 사용하라는 말인 것 같다.
https://repo1.maven.org/maven2/
아래 블로그에 보면 아래와 같이 말하고 있다.
2020 년 1 월 15 일부터 Central Repository는 더 이상 일반 HTTP를 통한 안전하지 않은 통신을 지원하지 않으며 리포지토리에 대한 모든 요청은 HTTPS를 통해 암호화되어야합니다. 이 오류가 발생하면 Maven Central에 대한 모든 URL 참조를 표준 HTTPS로 바꿔야합니다.
https://bamdule.tistory.com/41
'전자정부표준프레임워크 > Exception 및 Error' 카테고리의 다른 글
Keystore was tampered with, or password was incorrect (0) | 2021.01.26 |
---|---|
Cannot paste the clipboard contents into the selected elements. (0) | 2020.09.19 |
org.apache.maven.plugins:maven-resources-plugin:jar:2.6 (0) | 2020.08.25 |
Received fatal alert: protocol_version (0) | 2020.08.25 |
'com.mysql.jdbc.Driver'. This is deprecated (0) | 2020.02.17 |
The import com.mysql cannot be resolved (0) | 2020.02.17 |
Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 (0) | 2019.03.15 |
Neither BindingResult nor plain target object for bean name (0) | 2019.01.30 |
Comments