[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

smtp ssl



hi,

I'm using an external smtp server with ssl where I need to login with username and passwd to send mail.

this is my setup
;; SMTP server
(setq wl-smtp-connection-type 'ssl)
(setq wl-smtp-posting-port 465)
(setq wl-smtp-authenticate-type "clear")
(setq wl-smtp-posting-user "username")
(setq wl-smtp-posting-server "ssl.server.xxx")
(setq ssl-certificate-verification-policy 0)

Process SMTP finished
verify depth is 0
depth=3 /C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
verify error:num=19:self signed certificate in certificate chain
verify return:0
97148:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:s3_clnt.c:983:

I suppose there must be a problem with ssl cert. But I can't figure how to either disable the check (which I thought ssl-certificate-verification-policy -> 0 was for ?), either to make the server cert trusted locally...

Any ideas ?
--
Erik