4,461
edits
→Miscellaneous: check a SSL connection |
|||
Line 140: | Line 140: | ||
= Miscellaneous = | = Miscellaneous = | ||
== Check a SSL connection == | |||
<source lang="console"> | |||
$ openssl s_client -connect test.domain.com:443 -servername test.domain.com | |||
</source> | |||
== Browsing on a console == | == Browsing on a console == |