2009/1/22 Dale Gallagher <dale.gallag...@gmail.com>:
> qpsmtpd starts, but a mail client such as Opera complains that the
> cert can't be verified. On viewing the cert details from within Opera
> mail, neither the DigiCert, nor the Entrust certificate are listed in
> the chain.

What is even more strange, is that the following works (ie returns
with no error).

perl -MIO::Socket::SSL -e '
my $ssl_ctx = IO::Socket::SSL::SSL_Context->new( SSL_use_cert => 1,
SSL_cert_file => "server.crt",
SSL_key_file => "server.key",
SSL_ca_file => "DigiCertChain.crt",
SSL_cipher_list => "HIGH",
SSL_server => 1
) or die "Could not creat SSL context: $!";
'

BTW, I also tried sylpheed mail client, which complains about the cert
being self-signed.

Reply via email to