Проверка STARTTLS openssl

Проверить TLS на сервисах со STARTTLS; postgres меняйте на smtp/imap/mysql/ldap

openssl s_client -connect <host>:5432 -starttls postgres -showcerts </dev/null 2>/dev/null
more openssl all 27 commands →