Using openssl "s_client" command to get the certificates that is needed to import into SSL truststore in your java application
$openssl s_client -connect email-smtp.us-east-1.amazonaws.com:587 -showcerts -crlf -starttls smtp
$openssl s_client -connect email-smtp.us-east-1.amazonaws.com:587 -showcerts -crlf -starttls smtp
No comments:
Post a Comment