RE: Getting TLS working
"Neil Youngman" <[email protected]> Wed, 26 Jan 2005 10:46:35 -0000
| Newsgroups | gmane.comp.lib.libesmtp |
|---|---|
| Organization | Wirefast Limited |
| Message-ID | <[email protected]> |
> > >I hadn't found the example program, so I've now tried that. It says > > >"SMTP_EV_NO_CLIENT_CERTIFICATE", so it's not recognising the client > > >certificate for some reason that is not yet clear to me. > > > > > > > > > > > Check the private key - this may be stored in the same file as the > > public part of the certificate or it may be in its own file. > > The same > > permission constraints apply. Hope this helps > > I've added the private key to the file. I now get > > Got event: 3106 - ignored. > Got event: 2002 - ignored. > 0 > [email protected]: 0 (null) > > (email address changed). This is not immediately meaningful to me. The > command used was > > ./mail-file-a -T -h 192.168.211.89:25 test-mail [email protected] > > Neil Youngman It looks as though 3106 is SMTP_EV_UNUSABLE_CA_LIST. This seems to be about the hashed CA directory. Is there some documentation that tells me how to set this up? Neil