[
{ssl, [{versions, ['tlsv1.2', 'tlsv1.1']}]},
{rabbit, [
{tcp_listeners, [5672]},
{ssl_listeners, [5671]},
{ssl_options, [{cacertfile,"/etc/ssl/mycerts/cacert.pem"},
{certfile, "/etc/ssl/mycerts/server/cert.pem"},
{keyfile, "/etc/ssl/mycerts/server/key.pem"},
{versions, ['tlsv1.2', 'tlsv1.1']},
{verify, verify_peer},
{fail_if_no_peer_cert, false}]}
]}
].
Which is, as far as I can see, what these docs contain:
https://www.rabbitmq.com/ssl.html
Where would the incorrect nesting come from?
> Also worth noting: the exception comes from the HTTP API (which uses an HTTP server
> called Mochiweb). I don't know what exactly you mean by "workers" but I'm not sure
> how this can affect client connections. So this may be a red herring.
Ah, I see what you mean. By "workers" I mean clients connected to RabbitMQ.
The error happens exactly at the time where those clients lose their connection.
-Samuel
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.