250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- STS
- 문서
- Docker
- Core Java
- Eclipse
- Tomcat
- Open Source
- 설정
- JDBC
- Thymeleaf
- Exception
- oracle
- Python
- ubuntu
- maven
- Source
- IntelliJ
- PostgreSQL
- Spring Boot
- 오픈소스
- spring
- myBatis
- git
- SpringBoot
- MySQL
- MSSQL
- AJAX
- error
- JavaScript
- jpa
Archives
- Today
- Total
헤르메스 LIFE
[Exception] 경고: TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. 본문
Exception
[Exception] 경고: TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.
헤르메스의날개 2020. 12. 15. 15:14728x90
MSSQL 을 사용해서 개발하던 중 아래와 같은 경고가 발생되었습니다.
12 월 15, 2020 2:48:16 오후 com.microsoft.sqlserver.jdbc.TDSChannel enableSSL 경고 : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. |
검색해보니 아래와 같은 내용들이 존재합니다.
참조 URL#1 : TLS 1.1 및 TLS 1.2 WinHTTP windows에서의 기본 보안 프로토콜을 사용 하도록 업데이트 합니다
참조 URL#2 : Microsoft SQL Server 대 한 TLS 1.2 지원
TLS는 전송 계층 보안 (HTTPS 및 SSL)입니다. TLSv1 및 TLSv1.1은 취약한 것으로 간주됩니다.
데이터베이스가 무엇이든 TLS를 최소 v1.2로 구성해야합니다.
728x90