Created
July 23, 2012 22:09
-
-
Save cwjohnston/3166551 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%% | |
%% Generated by Chef | |
%%% | |
[ | |
{rabbit, [ | |
{ssl_listeners, [5672']}, | |
{ssl_options, [{cacertfile,"/etc/rabbitmq/ssl/cacert.pem"}, | |
{certfile,"/etc/rabbitmq/ssl/cert.pem"}, | |
{keyfile,"/etc/rabbitmq/ssl/key.pem"}, | |
{verify,verify_none}, | |
{fail_if_no_peer_cert,false}]}, | |
{default_user, <<"guest">>}, | |
{default_pass, <<"guest">>} | |
]} | |
]. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Crash dump was written to: erl_crash.dump | |
could not start kernel pid (application_controller) (error in config file "/etc/rabbitmq/rabbitmq.config" (none): no ending <dot> found) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment