[erlang-questions] Reload ssl configuration and automatic renegotiation

Imants Cekusins imantc@REDACTED
Mon Mar 9 13:40:49 CET 2015


> Are you suggesting to call the renegotiate on each open socket?

yes, I would try this. Hopefully someone corrects me if this won't
work - to save you time.


> not sure it is implemented in my application (rabbitmq) yet.

well if this works with Rabbit:

RMQCommand eval 'your_module_A:run()'

you could write up a module your_module_A and call it like this.
Hopefully there is a way to retrieve sockets opened by Rabbit somehow.



More information about the erlang-questions mailing list