# 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 解開 pfx 出現錯誤
More...
GitLab 17.7 使用 openssl 3 與 tls 1.2
More...
該更新 OpenSSL,一個高風險、七個中等風險的漏洞
More...
openssl 指令 command line – 檢查 SSL TLS
More...

作者

留言

撰寫回覆或留言

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