소스 검색

add snippet: openssl with debug mode (more verbose)'

- signed-off-by: trimstray <trimstray@gmail.com>
pull/153/head
trimstray 4 년 전
부모
커밋
67ef811b0f
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      README.md

+ 6
- 0
README.md 파일 보기

@@ -2407,6 +2407,12 @@ ___
echo | openssl s_client -connect google.com:443 -showcerts
```

###### Testing connection to the remote host (debug mode)

```bash
echo | openssl s_client -connect google.com:443 -showcerts -tlsextdebug -status
```

###### Testing connection to the remote host (with SNI support)

```bash


불러오는 중...
취소
저장