On 11/03/12 18:05, Carl Hörberg wrote:
> =ERROR REPORT==== 11-Mar-2012::17:29:15 ===
> application: mochiweb
> "Accept failed error"
> "{error,ecertfile}"
This error normally means there is something wrong with the certificate,
but it's not possible to provide a more precise diagnosis without more
details.
You can test it by using the certificate to create an SSL connection
with the OpenSSL s_server option.
How did you create the certificate? You should double-check the commands
used.
-Emile
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq...@lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
anyway.. it seems to work fine with just:
cat ssl.crt ssl.key > ssl.pem
but the fix is to put the intermediate certificate(s) in the "cacertfile"
On 13/03/12 22:19, Carl Hörberg wrote:
> but the fix is to put the intermediate certificate(s) in the "cacertfile"
Thanks for reporting back. This is a useful tip for anyone wanting to
make use of intermediate certificates.