`ps aux | grep beam` will display the effective Erlang VM command line flags.
You haven't mentioned how RabbitMQ is installed. If you are not running it in the foreground,
e.g. using a generic UNIX binary download, exploring environment variables is insufficient: they won't be picked
up as they will only have effect in your terminal's session.
See RabbitMQ Environment Variables on
http://www.rabbitmq.com/configure.html
as well as
http://www.rabbitmq.com/man/rabbitmq-env.conf.5.man.html.
On 15 March 2017 at 06:04:56, Alexander B (
alex...@gmail.com) wrote:
> Hi,
> I went through the guide on
> how to setup the inter-node TLS communication.
>
> I've got rabbit.pem file as per the guide, rabbitmq is owner of it.
>
> My exported variables:
>
>
> ERL_SSL_PATH=/usr/lib64/erlang/lib/ssl-7.3.3.1/ebin
>
>
> RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS=-pa /usr/lib64/erlang/lib/ssl-7.3.3.1/ebin
> -proto_dist inet_tls -ssl_dist_opt server_certfile -ssl_dist_opt
> server_secure_renegotiate true client_secure_renegotiate true
>
> RABBITMQ_CTL_ERL_ARGS=-pa /usr/lib64/erlang/lib/ssl-7.3.3.1/ebin -proto_dist
> inet_tls -ssl_dist_opt server_certfile -ssl_dist_opt
> server_secure_renegotiate true client_secure_renegotiate true
>
>
> I replaced the real path to rabbit.pem with a stub in the above.
>
> Environment: 2 node test cluster, Erlang 18.3 + Rabbit 3.6.6 + Centos7
>
> I restart the cluster by stopping both nodes and then starting them one at
> a time. It looks like Rabbit nodes continue to communicate over plain TCP
> (I can see it from wireshark). Cluster is healthy according to Management
> UI.
>
> Not sure what to do from here, how to troubleshoot it. Any help is
> appreciated.
>
> --
> 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 an email to
rabbitm...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.
>
--
MK
Staff Software Engineer, Pivotal/RabbitMQ