SSL 통신을 하는 프로토콜을 테스트 하고 싶다면 openssl 의 s_client 옵션을 이용하면 된다.
openssl s_client -connect pop.mail.com:995 -quiet
예)
C:\OpenSSL-Win32\bin>openssl s_client -connect pop.mail.com:995 -quiet
WARNING: can't open config file: /usr/local/ssl/openssl.cnf
Loading 'screen' into random state - done
depth=2 C = KR, O = KISA, OU = Korea Certification Authority Central, CN = KISA
RootCA 1
verify error:num=19:self signed certificate in certificate chain
verify return:0
+OK (Bee-Hive MTA 3.0.0 RC) POP3 server ready
user bogadan
+OK Input password
pass password
'Security' 카테고리의 다른 글
신용정보관리업, PSD2, RTS, GDPR 개요 정리 (0) | 2018.04.02 |
---|---|
Juniper 터널 설정 및 테스트 방법 (0) | 2015.03.18 |
윈도우7에서 MTU 값 조정 (0) | 2014.12.19 |
OpenSSL 인증서 생성 절차 (0) | 2014.02.07 |
구글 주요 검색 키워드 (0) | 2012.07.22 |