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

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -