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 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
