소스 검색

updated 'openssl' tool

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

+ 6
- 0
README.md 파일 보기

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

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

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

###### Testing connection to remote host with specific ssl version

```bash


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