<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div><span>Thank you Gavin.</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><span> Actually I tried with your code-sample.py. It worked and then it worked with my client as well. A bit surprised. This s my ssl_options</span></div><div style="background-color: transparent;"><span style="color: rgb(0, 0, 0); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px; font-style: normal;"> </span><span style="background-color: transparent;">ssl_options = {"ca_certs": "cacert.pem",</span></div><div style="background-color: transparent;">             
      "certfile": "cert.pem",</div><div style="background-color: transparent;">                   "keyfile": "key.pem",</div><div style="background-color: transparent;">                   "cert_reqs": True}</div><div><br></div><div>In the serverside the configuration is as follows:</div><div><br></div><div><div>rabbitmq@ubuntuvm:~$ rabbitmqctl environment</div><div><br></div><div>Application environment of node rabbit@ubuntuvm
 ...</div><div>[{auth_backends,[rabbit_auth_backend_internal]},</div><div> {auth_mechanisms,['PLAIN','AMQPLAIN']},</div><div> {backing_queue_module,rabbit_variable_queue},</div><div> {cluster_nodes,{[],disc}},</div><div> {collect_statistics,none},</div><div> {collect_statistics_interval,5000},</div><div> {default_permissions,[<<".*">>,<<".*">>,<<".*">>]},</div><div> {default_user,<<"guest">>},</div><div> {default_user_tags,[administrator]},</div><div> {default_vhost,<<"/">>},</div><div> {delegate_count,16},</div><div> {disk_free_limit,1000000000},</div><div> {enabled_plugins_file,"/etc/rabbitmq/enabled_plugins"},</div><div> {error_logger,{file,"/var/log/rabbitmq/rabbit@ubuntuvm.log"}},</div><div> {frame_max,131072},</div><div> {heartbeat,600},</div><div> {hipe_compile,false},</div><div> {included_applications,[
]},</div><div> {log_levels,[{connection,info}]},</div><div> {msg_store_file_size_limit,16777216},</div><div> {msg_store_index_module,rabbit_msg_store_ets_index},</div><div> {plugins_dir,"/usr/lib/rabbitmq/lib/rabbitmq_server-3.0.2/sbin/../plugins"},</div><div> {plugins_expand_dir,"/var/lib/rabbitmq/mnesia/rabbit@ubuntuvm-plugins-expand"},</div><div> {queue_index_max_journal_entries,262144},</div><div> {reverse_dns_lookups,false},</div><div> {sasl_error_logger,{file,"/var/log/rabbitmq/rabbit@ubuntuvm-sasl.log"}},</div><div> {server_properties,[]},</div><div> {ssl_cert_login_from,distinguished_name},</div><div> {ssl_listeners,[5671]},</div><div> {ssl_options,[{cacertfile,"/home/rabbitmq/testca/cacert.pem"},</div><div>               {certfile,"/home/rabbitmq/server/cert.pem"},</div><div>             
  {keyfile,"/home/rabbitmq/server/key.pem"},</div><div>               {verify,verify_peer},</div><div>               {fail_if_no_peer_cert,false}]},</div><div> {tcp_listen_options,[binary,</div><div>                      {packet,raw},</div><div>                      {reuseaddr,true},</div><div>                      {backlog,128},</div><div>                      {nodelay,true},</div><div>                      {linger,{true,0}},</div><div>                     
 {exit_on_close,false}]},</div><div> {tcp_listeners,[5672]},</div><div> {trace_vhosts,[]},</div><div> {vm_memory_high_watermark,0.4}]</div><div>...done.</div><div><br></div><div><br></div><div>Trying to debug why it was failing earlier.</div></div><div><br></div><div class="yahoo_quoted" style="display: block;"> <br> <br> <div style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;"> <div style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;"> <div dir="ltr"> <font size="2" face="Arial"> On Monday, January 27, 2014 10:12 PM, Gavin M. Roy <gavinmroy@gmail.com> wrote:<br> </font> </div>  <div class="y_msg_container"><div id="yiv8175819520"><style>#yiv8175819520 body{font-family:Helvetica, Arial;font-size:13px;}</style><div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size:
 13px; margin: 0px;">Here’s a gist of both my rabbitmq.config, an example python script using BlockingConnection on 0.9.13 and the interactive session running the script, all working with SSL using pika:</div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><br clear="none"></div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><a rel="nofollow" shape="rect" target="_blank" href="https://gist.github.com/gmr/8651586">https://gist.github.com/gmr/8651586</a></div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><br clear="none"></div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">I’m going to guess that either your RabbitMQ SSL configuration is incorrect or that your ssl_options specified are preventing you from
 connecting.</div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><br clear="none"></div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">Also, looking at your output, you appear to be connecting just fine. Any abrupt connection disconnects are happening after your connection is established. These last two lines specify:</div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><br clear="none"></div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><div><blockquote class="yiv8175819520clean_bq" type="cite" style="font-family: Helvetica, Arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space:
 normal; word-spacing: 0px; background-color: rgb(255, 255, 255);"><div style="word-wrap:break-word;"><div><blockquote class="yiv8175819520clean_bq" type="cite" style="font-family: Helvetica, Arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: rgb(255, 255, 255);"><div style="word-wrap:break-word;"><div><blockquote class="yiv8175819520clean_bq" type="cite" style="font-family: Helvetica, Arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: rgb(255, 255, 255);"><div style="word-wrap:break-word;"><div><blockquote class="yiv8175819520clean_bq" type="cite" style="font-family: Helvetica, Arial; font-size: 13px;
 font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: rgb(255, 255, 255);"><div style="word-wrap:break-word;"><blockquote class="yiv8175819520clean_bq" type="cite"><div style="color: rgb(0, 0, 0); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;"><div id="yiv8175819520"><div style="color: rgb(0, 0, 0); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;"><div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG      2014-01-27 16:25:27,927 pika.callback                  process                              231 :
 Calling <bound method BlockingConnection._on_connection_open of <pika.adapters.blocking_connection.BlockingConnection object at 0x2d6be90>> for "0:Connection.OpenOk"</div></div></div></div></blockquote></div></blockquote></div></div></blockquote></div></div></blockquote></div></div></blockquote></div><div>The connection has been established ok</div><div><blockquote class="yiv8175819520clean_bq" type="cite" style="font-family: Helvetica, Arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: rgb(255, 255, 255);"><div style="word-wrap:break-word;"><div><blockquote class="yiv8175819520clean_bq" type="cite" style="font-family: Helvetica, Arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal;
 text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: rgb(255, 255, 255);"><div style="word-wrap:break-word;"><blockquote class="yiv8175819520clean_bq" type="cite"><div style="color: rgb(0, 0, 0); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;"><div id="yiv8175819520"><div style="color: rgb(0, 0, 0); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;"><div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG      2014-01-27 16:25:27,927 pika.callback                  add                                  161 : Added: {'callback': <bound method BlockingConnection._on_connection_closed of
 <pika.adapters.blocking_connection.BlockingConnection object at 0x2d6be90>>, 'only': None, 'one_shot': True, 'arguments': None, 'calls': 1}</div></div></div></div></blockquote></div></blockquote></div></div></blockquote></div></div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><br clear="none"></div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">The adapter has registered to be notified when the connection is closed.</div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><br clear="none"></div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">If your python app stops there, the connection will be closed abruptly with RabbitMQ since you’re not telling it to shutdown the connection.</div><div
 id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><br clear="none"></div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">Hope this helps,</div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><br clear="none"></div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">Gavin</div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><br clear="none"></div><div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;"><br clear="none"></div> <div class="yiv8175819520bloop_sign" id="yiv8175819520bloop_sign_1390839365581417984"></div> <div class="yiv8175819520yqt3248521014" id="yiv8175819520yqt96565"><div style="color:gray;"><hr
 style="">From: <span style="color:black;">Gavin M. Roy</span> <a rel="nofollow" shape="rect" ymailto="mailto:gavinmroy@gmail.com" target="_blank" href="mailto:gavinmroy@gmail.com">Gavin M. Roy</a><br clear="none">Reply: <span style="color:black;">Gavin M. Roy</span> <a rel="nofollow" shape="rect" ymailto="mailto:gavinmroy@gmail.com" target="_blank" href="mailto:gavinmroy@gmail.com">gavinmroy@gmail.com</a><br clear="none">Date: <span style="color:black;">January 27, 2014 at 10:56:25 AM</span><br clear="none">To: <span style="color:black;">Michael Klishin</span> <a rel="nofollow" shape="rect" ymailto="mailto:mklishin@gopivotal.com" target="_blank" href="mailto:mklishin@gopivotal.com">mklishin@gopivotal.com</a>, <span style="color:black;">Kausik Chattopadhyay</span> <a rel="nofollow" shape="rect" ymailto="mailto:connect_kausik@yahoo.com" target="_blank" href="mailto:connect_kausik@yahoo.com">connect_kausik@yahoo.com</a><br
 clear="none">Subject: <span style="color:black;"> Re: [rabbitmq-discuss] Not able to get ssl working with rabbitMQ server <br clear="none"></span></div> <blockquote class="yiv8175819520clean_bq" type="cite"><span></span><div style="word-wrap:break-word;"><div>




</div></div></blockquote></div></div><div class="yiv8175819520yqt3248521014" id="yiv8175819520yqt01570"><title></title><div><div id="yiv8175819520bloop_customfont" style="color:rgb(0, 0, 0);margin:0px;"><span style="font-family: Helvetica, Arial; font-size: 13px;">Your</span>
<font face="Courier New">ssl_options</font> are a pretty important
part of the SSL connection in this code and they are omitted, same
with your other email thread. Without them, it’s hard to debug for
you. The underlying code is the same regardless of the connection
adapter. If we can see what those are, it should help.</div>
<div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">
<br clear="none"></div>
<div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">
Also, any related snippets from rabbit@[NODE].log could be
helpful.</div>
<div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">
<br clear="none"></div>
<div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">
Gavin</div>
<div id="yiv8175819520bloop_customfont" style="font-family: Helvetica, Arial; font-size: 13px; margin: 0px;">
<br clear="none"></div>
<div class="yiv8175819520bloop_sign" id="yiv8175819520bloop_sign_1390838026603636992"></div>
<div style="color:gray;">
<hr style="">
From: <span style="color:black;">Kausik Chattopadhyay</span>
<a rel="nofollow" shape="rect" ymailto="mailto:connect_kausik@yahoo.com" target="_blank" href="mailto:connect_kausik@yahoo.com">Kausik
Chattopadhyay</a><br clear="none">
Reply: <span style="color:black;">Kausik Chattopadhyay</span>
<a rel="nofollow" shape="rect" ymailto="mailto:connect_kausik@yahoo.com" target="_blank" href="mailto:connect_kausik@yahoo.com">connect_kausik@yahoo.com</a>,
<span style="color:black;">Discussions about RabbitMQ</span>
<a rel="nofollow" shape="rect" ymailto="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank" href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br clear="none">

Date: <span style="color:black;">January 27, 2014 at 6:03:05
AM</span><br clear="none">
To: <span style="color:black;">Michael Klishin</span> <a rel="nofollow" shape="rect" ymailto="mailto:mklishin@gopivotal.com" target="_blank" href="mailto:mklishin@gopivotal.com">mklishin@gopivotal.com</a><br clear="none">
Subject:  <span style="color:black;">Re: [rabbitmq-discuss] Not
able to get ssl working with rabbitMQ server<br clear="none"></span></div>
<blockquote class="yiv8175819520clean_bq" type="cite">
<div>
<div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;">
<div id="yiv8175819520">
<div>
<div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;">
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10">
<span><span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_16">Hi
Michael,</span></span></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_19">So far I
 was working with SelectConnection using pika and it is
good.</span></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_23">Today I
tried to get a publisher working with BlockingConnection with SSL.
Normal connection works however failing with SSL. The same setup
works with SelectConnection. Any idea ?</span></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_31"><br clear="none" id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_33"></span></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_26">My
publisher code is as follows:</span></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_79"><br clear="none" id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_85"></span></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;"> parameters =
ConnectionParameters(HOST, PORT,</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">         
                 
                 
ssl=True,</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">         
                 
                 
ssl_options=ssl_options)</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;"><span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_88"></span></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">connection =
pika.BlockingConnection(parameters)</div>
<div id="yiv8175819520yui_3_13_0_ym1_1_1390819616567_4439">
<br clear="none"></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_91"><br clear="none" id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_99"></span></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_96"><br clear="none" id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_104"></span></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_101"><br clear="none"></span></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_82">I am
getting the following error:<br clear="none" id="yiv8175819520yui_3_13_0_ym1_1_1390819616567_4433"></span></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_34">------------------------------------------</span></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;"><span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_76" style="background-color:transparent;font-size:12pt;">DEBUG  
   2014-01-27 16:25:27,901 pika.callback    
             add    
                 
           161 : Added: {'callback':
<bound method BlockingConnection._on_connection_error of
<pika.adapters.blocking_connection.BlockingConnection object at
0x2d6be90>>, 'only': None, 'one_shot': False, 'arguments':
None}</span><br clear="none"></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,901 pika.callback      
           add      
                 
         161 : Added: {'callback':
<bound method BlockingConnection._on_connection_start of
<pika.adapters.blocking_connection.BlockingConnection object at
0x2d6be90>>, 'only': None, 'one_shot': True, 'arguments':
None, 'calls': 1}</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">INFO      
2014-01-27 16:25:27,901 pika.adapters.base_connection
 _create_and_connect_to_socket        164
: Connecting to 172.16.47.133:5671 with SSL</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,925 pika.callback      
           process    
                 
       217 : Processing
0:Connection.Start</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,925 pika.callback      
           _use_one_shot_callback
              390 : Processing
use of oneshot callback</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,925 pika.callback      
           _use_one_shot_callback
              392 : 0 registered
uses left</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,925 pika.callback      
           remove    
                 
        260 : Removing callback #0:
{'callback': <bound method
BlockingConnection._on_connection_start of
<pika.adapters.blocking_connection.BlockingConnection object at
0x2d6be90>>, 'only': None, 'one_shot': True, 'arguments':
None, 'calls': 0}</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,926 pika.callback      
           process    
                 
       231 : Calling <bound method
BlockingConnection._on_connection_start of
<pika.adapters.blocking_connection.BlockingConnection object at
0x2d6be90>> for "0:Connection.Start"</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,926 pika.callback      
           add      
                 
         161 : Added: {'callback':
<bound method BlockingConnection._on_connection_tune of
<pika.adapters.blocking_connection.BlockingConnection object at
0x2d6be90>>, 'only': None, 'one_shot': True, 'arguments':
None, 'calls': 1}</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,926 pika.callback      
           process    
                 
       217 : Processing 0:Connection.Tune</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,926 pika.callback      
           _use_one_shot_callback
              390 : Processing
use of oneshot callback</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,926 pika.callback      
           _use_one_shot_callback
              392 : 0 registered
uses left</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,926 pika.callback      
           remove    
                 
        260 : Removing callback #0:
{'callback': <bound method
BlockingConnection._on_connection_tune of
<pika.adapters.blocking_connection.BlockingConnection object at
0x2d6be90>>, 'only': None, 'one_shot': True, 'arguments':
None, 'calls': 0}</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,926 pika.callback      
           process    
                 
       231 : Calling <bound method
BlockingConnection._on_connection_tune of
<pika.adapters.blocking_connection.BlockingConnection object at
0x2d6be90>> for "0:Connection.Tune"</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,926 pika.connection      
         _create_heartbeat_checker  
         946 : Creating a
HeartbeatChecker: 600</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,926 pika.callback      
           add      
                 
         161 : Added: {'callback':
<bound method BlockingConnection._on_connection_open of
<pika.adapters.blocking_connection.BlockingConnection object at
0x2d6be90>>, 'only': None, 'one_shot': True, 'arguments':
None, 'calls': 1}</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,927 pika.callback      
           process    
                 
       217 : Processing
0:Connection.OpenOk</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,927 pika.callback      
           _use_one_shot_callback
              390 : Processing
use of oneshot callback</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,927 pika.callback      
           _use_one_shot_callback
              392 : 0 registered
uses left</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,927 pika.callback      
           remove    
                 
        260 : Removing callback #0:
{'callback': <bound method
BlockingConnection._on_connection_open of
<pika.adapters.blocking_connection.BlockingConnection object at
0x2d6be90>>, 'only': None, 'one_shot': True, 'arguments':
None, 'calls': 0}</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,927 pika.callback      
           process    
                 
       231 : Calling <bound method
BlockingConnection._on_connection_open of
<pika.adapters.blocking_connection.BlockingConnection object at
0x2d6be90>> for "0:Connection.OpenOk"</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">DEBUG    
 2014-01-27 16:25:27,927 pika.callback      
           add      
                 
         161 : Added: {'callback':
<bound method BlockingConnection._on_connection_closed of
<pika.adapters.blocking_connection.BlockingConnection object at
0x2d6be90>>, 'only': None, 'one_shot': True, 'arguments':
None, 'calls': 1}</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_70">
<br clear="none"></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_54" style="background-color:transparent;">--------------------------------------- </span><br clear="none" id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_59">
</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_56" style="background-color:transparent;"><br clear="none" id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_64"></span></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
Serverside log shows:</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<br clear="none" id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_110"></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">=INFO REPORT====
27-Jan-2014::05:55:47 ===</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">accepting AMQP connection
<0.6427.1> (172.16.47.1:56458 -> 172.16.47.133:5671)</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;"><br clear="none"></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">=WARNING REPORT====
27-Jan-2014::05:55:47 ===</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">closing AMQP connection
<0.6427.1> (172.16.47.1:56458 ->
172.16.47.133:5671):</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;">connection_closed_abruptly</div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="background-color:transparent;"><br clear="none"></div>
<div id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_10" style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">
<span id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_67" style="background-color:transparent;"><br clear="none"></span></div>
<div class="yiv8175819520yahoo_quoted" id="yiv8175819520yui_3_13_0_ym1_6_1390819616567_12" style="display: block;"><br clear="none">
<br clear="none">
<div class="yiv8175819520yui_3_13_0_ym1_1_1390819616567_3149" style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;">
<div class="yiv8175819520yui_3_13_0_ym1_1_1390819616567_3150" style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;">
<div dir="ltr"><font size="2" face="Arial">On Wednesday, January
22, 2014 8:07 PM, Kausik Chattopadhyay
<connect_kausik@yahoo.com> wrote:<br clear="none"></font></div>
<div class="yiv8175819520y_msg_container">
<div id="yiv8175819520">
<div>
<div class="yiv8175819520yui_3_13_0_ym1_1_1390819616567_3152" style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;">
<div><span>Hi Michael,</span></div>
<div><span>Thanks.</span></div>
<div style="background-color:transparent;"><span> Actually the
certificates were owned by root. </span></div>
<div style="background-color:transparent;"><span>I tried the
followings:</span></div>
<div style="background-color:transparent;"><span>1. Adding user
rabbitmq to group root  --- didnt work</span></div>
<div style="background-color:transparent;"><span>2. Changing the
ownership of all the certficates to rabbitmq:rabbitmq --- didnt
work</span></div>
<div style="background-color:transparent;"><span><br clear="none"></span></div>
<div style="background-color:transparent;"></div>
<div style="background-color:transparent;"><span>Finally I tried
this. Created a "rabbitmq" sudoer. Installing rabbitmq server.
Generating the certificates as a "rabbitmq" user --> this
worked</span></div>
<div class="yiv8175819520yui_3_13_0_ym1_1_1390819616567_3160" style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal;">
<span><br clear="none"></span></div>
<div class="yiv8175819520yui_3_13_0_ym1_1_1390819616567_3161" style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal;">
<span>Thanks</span></div>
<div class="yiv8175819520yui_3_13_0_ym1_1_1390819616567_3162" style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal;">
<span>Kausik</span></div>
<div class="yiv8175819520yahoo_quoted" style="display:block;">
<br clear="none">
<br clear="none">
<div class="yiv8175819520yui_3_13_0_ym1_1_1390819616567_3164" style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;">
<div class="yiv8175819520yui_3_13_0_ym1_1_1390819616567_3165" style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12pt;">
<div class="yiv8175819520yqt1369367669" id="yiv8175819520yqtfd64479">
<div dir="ltr"><font size="2" face="Arial">On Wednesday, January
22, 2014 4:54 PM, Michael Klishin <mklishin@gopivotal.com>
wrote:<br clear="none"></font></div>
<div class="yiv8175819520y_msg_container"><br clear="none">
On 22 Jan 2014, at 14:59, Kausik Chattopadhyay <<a rel="nofollow" shape="rect" ymailto="mailto:connect_kausik@yahoo.com" target="_blank" href="mailto:connect_kausik@yahoo.com">connect_kausik@yahoo.com</a>>
wrote:<br clear="none">
<br clear="none">
> Interestingly, this is the log from <a rel="nofollow" shape="rect" ymailto="mailto:rabbit@master1-sasl.log" target="_blank" href="mailto:rabbit@master1-sasl.log">rabbit@master1-sasl.log</a><br clear="none">

<br clear="none">
There is nothing new in the SASL log.<br clear="none">
<br clear="none">
ecacertfile indicates there was an issue with the CA certificate,
which cannot<br clear="none">
be loaded due to eaccess (according to the other log file).
<div class="yiv8175819520yqt8387152569" id="yiv8175819520yqtfd60502"><br clear="none">
--<br clear="none">
MK<br clear="none">
<br clear="none">
Software Engineer, Pivotal/RabbitMQ<br clear="none"></div>
<br clear="none">
<br clear="none"></div>
</div>
</div>
<div class="yiv8175819520yqt1369367669" id="yiv8175819520yqtfd60670"></div>
</div>
<div class="yiv8175819520yqt1369367669" id="yiv8175819520yqtfd73240"></div>
</div>
<div class="yiv8175819520yqt1369367669" id="yiv8175819520yqtfd72982"></div>
</div>
</div>
</div>
<br clear="none">
<br clear="none"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
_______________________________________________<br clear="none">
rabbitmq-discuss mailing list<br clear="none">
rabbitmq-discuss@lists.rabbitmq.com<br clear="none">
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss<br clear="none">
</div>
</div>
</blockquote>


</div></div></div><br><br></div>  </div> </div>  </div> </div></body></html>