Just realized my reply was off-list so here it is again in case someone hits teh same bug:
On Fri, Jun 05, 2015 at 09:43:55PM +0200, Jason A. Donenfeld wrote: > I've hit this twice now, with smtpd just dramatically exiting, leaving me > emailess: > > *Jun 5 13:58:48 frisell smtpd[3231]: fatal: ssl_ctx_create: invalid > certificate chain: Operation now in progress* The fatal()'s triggered by a call to SSL_CTX_use_certificate_chain_mem() which is fed with the certificate chain you declared in smtpd.conf Whatever you used does not please OpenSSL/LibreSSL and when you fix your certificate chain, the fatal() will go away by itself. That being said, we should fatal() at startup and not that late, I'll be improving that this week-end so it is part of next major release. -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
