# for https FREAK
openssl s_client -connect xx.xx:443 -cipher EXPORT
# for https RC4
openssl s_client -connect xx.xx:443 -cipher RC4
# For SMTP servers with SSL:
openssl s_client -connect example.com:smtp -starttls smtp -cipher EXPORT
# For IMAP server with SSL:
openssl s_client -connect example.com:imaps -cipher EXPORT
# For POP3 server with SSL:
openssl s_client -connect example.com:pop3s -cipher EXPORT

這樣子就ok

alert handshake failure:s23_clnt.c:744:
Related posts 相關文章
該更新 OpenSSL,一個高風險、七個中等風險的漏洞
More...
openssl 指令 command line – 檢查 SSL TLS
More...
有 Heartbleed 風險的 SSL 伺服器還是很多
More...
使用 Cygwin 在 Windows 上架設 SSH Server
More...

作者

留言

撰寫回覆或留言

發佈留言必須填寫的電子郵件地址不會公開。