Re: [exim] TLS client disconnected cleanly (rejected our ce…

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Graeme Fowler
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] TLS client disconnected cleanly (rejected our certificate?) - intermediate ssl certificate problem?
On Mon, 2011-05-23 at 10:52 +0200, Arkadiusz Miskiewicz wrote:
> The question is why "alert bad certificate" comes up if everything looks fine,
> all intermediate certs are provided etc?


Your client *should* provide the reason. If not, connect using the
OpenSSL s_client to determine why:

openssl s_client -connect $your_ip:$your port

See if that throws an error. It may not, but it will provide lots of
debug to let you see if all the chained certs are installed correctly.

Graeme