My results from setting up stunnel to listen as a server for ssl connections and forward non-ssl to the rabbitmq appear to fail. &nbsp;I get the following. &nbsp;I am not sure if this is still a user error in setting up stunnel.<div><br></div><div><div>2012.08.02 13:01:29 LOG5[7704:3988]: Service [amqp-ssl] accepted connection from 192.168.10.160:60813</div><div>2012.08.02 13:01:29 LOG3[7704:3988]: SSL_accept: 1408A10B: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number</div><div>2012.08.02 13:01:29 LOG5[7704:3988]: Connection reset: 0 byte(s) sent to SSL, 0 byte(s) sent to socket</div><div><br></div><div>Running on mono gives the same error. &nbsp;I will keep checking if it is something I have wrong with stunnel. &nbsp;Based off the network trace between rabbitmq and the client the handshake does not error out this way.</div><br>On Thursday, August 2, 2012 1:03:02 PM UTC-5, Mark Ward wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi,<div><br></div><div>I have just tested stunnel. &nbsp;I have setup a connection from my .net client to connect as a client to the rabbitmq server. &nbsp;the client connects with no-ssl and stunnel is set to connect via SSL to the rabbitmq server. &nbsp;I had to set verify, verify_none because stunnel was sending a client cert the server did not trust.</div><div><br></div><div>I am attempting to get stunnel to work the other way where the client connects via SSL and stunnel connects via no-ssl to the rabbitmq server.</div></blockquote></div>