• Home
  • Knowledge Base
    • SSL/TLS
    • CodeSign
  • FAQ
  • 홈페이지
  • Home
  • Knowledge Base
    • SSL/TLS
    • CodeSign
  • FAQ
  • 홈페이지
home/Knowledge Base/SSL/TLS/IIS/IIS TLS1.2 설정방법

IIS TLS1.2 설정방법

2259 views 1 2022-08-08 Updated on 2023-03-28 user


1. 시작 메뉴에서 regedit 로 검색하여 레지스트리 편집기 실행


2. SSL2.0 / SSL3.0 / TLS1.0 / TLS1.1 Disable

  – 아래의 폴더에서 이름이 Enabled 이고 값이 0(0x000000) 인 DWORD(32비트 값)을 생성

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Server

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Client

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Server

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Client

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server


  ※ 폴더가 없는 경우, 해당 폴더를 새로 생성하시면 됩니다.

  

  

  

  


3. TLS1.2 Enable

  – 아래의 폴더에서 이름이 Enabled이고 값이 1(0x000001)인 DWORD 값 생성

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server  

  

  


4. RC4, 3DES 및 Weak cipher Disbale

  – 아래의 폴더에서 이름이 Enabled이고 값이 0(0x000000)인 DWORD 값 생성

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 128/128

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 40/128

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 56/128

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\Triple DES 168

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\Triple DES 168/168

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\SecurityProviders\SCHANNEL\Ciphers\DES 56/56

  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\SecurityProviders\SCHANNEL\Ciphers\NULL


※ 변경된 레지스트리 값을 반영하려면 서버 재부팅이 필요합니다.


Tags:SSLIIStlstls1.2

Was this helpful?

1 Yes  1 No
Related Articles
  • TLS1.2 설정 방법
  • 서버 내에서 SSL 인증서 설치 확인하는 방법 3가지
  • ERR_SSL_VERSION_OR_CIPHER_MISMATCH 오류
  • TLS1.2 최소 요구사항
  • DigiCert OCSP/CRL IP 변경
  • Keystore was tampered with, or password was incorrect 오류
자주 찾는 문서
  • Lotus Domino SSL 설치 가이드
  • SunOne / iPlanet 아이플래닛 SSL 설치 가이드(7.0)
  • Exchange Server 익스체인지 서버 2007, 2010 SSL 설치가이드
  • SunOne / iPlanet 아이플래닛 SSL 설치 가이드(6.x)
  • Lighttpd SSL 설치 가이드
KB Category
  • Technical Issue 6
  • SSL/TLS 27
    • Apache 2
    • Tomcat 3
    • IIS 3
    • Webtob 1
    • NginX 1
    • Weblogic 3
    • IBM HTTP Server 1
    • Oracle HTTP Server 1
    • Others 5
  • SSL 설치가이드 18
  • CodeSign 3
  • CodeSign 서명가이드 3

  ERR_SSL_VERSION_OR_CIPHER_MISMATCH 오류

서버 내에서 SSL 인증서 설치 확인하는 방법 3가지  

주식회사 파인앤서비스 대표이사 : 김형후 사업자등록번호 : 306-81-19221 통신판매업신고 : 제 강남-1143호
전화 : 02-3444-2750 팩스 : 02-6902-0637 메일 : support@certkorea.co.kr 주소 : 서울시 강남구 봉은사로 322(역삼동)
  • Privacy Policy
  • Terms of Use
  • Knowledge Base
  • © 2022 Fine & Service Inc. All Rights Reserved.

키워드 :SSL 인증서 설치 확인, TLS