소스 검색

fix typos

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

+ 4
- 4
README.md 파일 보기

@@ -2030,25 +2030,25 @@ ___

##### Tool: [openssl](https://www.openssl.org/)

###### Testing connection to remote host
###### Testing connection to the remote host

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

###### Testing connection to remote host (with SNI support)
###### Testing connection to the 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
###### Testing connection to the remote host with specific ssl version

```bash
openssl s_client -tls1_2 -connect google.com:443
```

###### Testing connection to remote host with specific ssl cipher
###### Testing connection to the remote host with specific ssl cipher

```bash
openssl s_client -cipher 'AES128-SHA' -connect google.com:443


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