Menu

#40 Problem with SMTP server and self signed certificate

Release_37
open
nobody
smtp (1) ssl (3)
5
2017-11-23
2017-11-23
Nicola
No

Sending an email to a SMTP server that uses a self signed certificate.
If TSMTPSend.Sock.SSL.VerifyCert = False then begin
Close the connection;
Exit without an appropriate error code;
end else begin //VerifyCert = True
Close the connection;
Exit with the right error code and message;
end;

The behaviour in the VerifyCert = False case is wrong.

Discussion


Log in to post a comment.