openssl s_client: add '-servername' (#8002)
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
|
||||
`openssl s_client -connect {{host}}:{{port}} </dev/null`
|
||||
|
||||
- Set the Server Name Indicator (SNI) when connecting to the SSL/TLS server:
|
||||
|
||||
`openssl s_client -connect {{host}}:{{port}} -servername {{hostname}}`
|
||||
|
||||
- Display the complete certificate chain of an HTTPS server:
|
||||
|
||||
`openssl s_client -connect {{host}}:443 -showcerts </dev/null`
|
||||
|
Reference in New Issue
Block a user