ssl.verifyhost ignoring
curl -kvL https://google.co.kr * About to connect() to google.co.kr port 443 (#0) * Trying 172.217.25.67... connected * Connected to google.co.kr (172.217.25.67) port 443 (#0) * Initializing NSS with certpath: sql:/etc/pki/nssdb * warning: ignoring value of ssl.verifyhost * skipping SSL peer certificate verification # ciphers 테스트 curl -kvLS https://google.co.kr curl -kvLS --ciphers rsa_aes_256_sha https://google.co.kr # 문제가 없다면, 아래 명령어로 결과물을 받을 수 있다. curl --ciphers rsa_aes_256_sha https://google.co.kr
반응형
'os > Linux' 카테고리의 다른 글
Debian dpkg command (0) | 2017.03.28 |
---|---|
ssh-keygen 자동 로그인 (0) | 2017.03.23 |
ssh 자동연결 (0) | 2017.02.10 |
ssh proxy (0) | 2016.12.26 |
CentOS yum epel 저장소 에러 (0) | 2016.06.03 |