반응형
1.방법 웹사이트에서 확인
www.ssllabs.com/ssltest/analyze.html
SSL Server Test (Powered by Qualys SSL Labs)
SSL Server Test This free online service performs a deep analysis of the configuration of any SSL web server on the public Internet. Please note that the information you submit here is used only to provide you the service. We don't use the domain names or
www.ssllabs.com
사이트에서 도메인 입력 후 확인 가능하다.
2. 방법 로컬 커맨드에서 확인
openssl이 설치가 되어 있어야 명령어가 실행될 거 같다.
명령어 : openssl s_client -connect [사이트명:port]
(예 : openssl s_client -connect naver.com:443)
네이버는 tlsv1.2 적용되어 있음^^
반응형