linux - Handshake failure while trying to send mail using openssl -
linux - Handshake failure while trying to send mail using openssl -
i trying send mail service terminal using openssl connecting gmail's server using ssl on port 465. things fine until come in address , authenticate. when come in rcpt to, next error.
rcpt to: <abc@gmail.com> renegotiating 139815845389984:error:1409e0e5:ssl routines:ssl3_write_bytes:ssl handshakefailure:s3_pkt.c:59
i can guess out problem might due missing security certificates. can please help me solve problem?
i stumbled upon same issue , found reply here. quoting in in case people won't find original answer:
the "renegotiating" happens typing rcpt "r" in caps. how s_client behaving. may seek entering "rcpt to" instead of "rcpt to".
i tried "rcpt to" , worked charm.
linux terminal openssl smtp
Comments
Post a Comment