일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- albumbook
- 애플
- SSL
- apple
- 인증
- OTP
- fido
- MFA
- 앱리소스
- git
- 2FA
- MSYS2
- otpkey
- openssl
- kmip
- MYSQL
- css
- Xcode
- SwiftUI
- Android
- WebAuthn
- appres
- SWIFT
- SSH
- OSX
- Nodejs
- FIDO2
- 안드로이드
- 앱스토어
- 앨범북
Archives
- Today
- Total
목록s_client (1)
인디노트
OpenSSL 의 SSL 체크
OpenSSL 기본 명령으로써 SSL 이 적용된 사이트의 상태를 클라이언트 쪽에서 확인할 수 있다. openssl s_client -connect {host:port} 위의 {host:port} 대신 체크하려는 주소와 포트를 입력하면 된다. 예를 들어 openssl s_client -connect google.com:443 과 같다. 대략 다음과 유사한 결과를 얻을 수 있다. % openssl s_client -connect google.com:443 CONNECTED(00000005) depth=0 OU = "No SNI provided; please fix your client.", CN = invalid2.invalid verify error:num=18:self signed certificate ..
카테고리 없음
2022. 12. 9. 12:37