Thanks.<br /><br />I reverted the .Net client to 1.7.2 and changed the verify setting to verify_none and it works now although as you say unauthenticated.<br /><br />On , Alexandru Scvortov &lt;alexandru@rabbitmq.com&gt; wrote:<br />&gt; &gt; It&#39;s been fixed in the default branch and will make it into the next<br />&gt; <br />&gt; &gt; release.<br />&gt; <br />&gt; <br />&gt; <br />&gt; For clarification, we got SSL running completely in the .NET client on<br />&gt; <br />&gt; Mono.  On Windows, the certificate validation still fails, so your only<br />&gt; <br />&gt; chance is to set {verify, verify_none} in the server config (which would<br />&gt; <br />&gt; give you an unauthenticated, encrypted connection).  There&#39;s an open bug<br />&gt; <br />&gt; for this and we&#39;re working on it.<br />&gt; <br />&gt; <br />&gt; <br />&gt; On Mon, Aug 23, 2010 at 11:38:05PM +0100, Alexandru Scvorţov wrote:<br />&gt; <br />&gt; &gt; There&#39;s a bug in that version of the .NET client that breaks SSL.<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; It&#39;s been fixed in the default branch and will make it into the next<br />&gt; <br />&gt; &gt; release.<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; In the meantime, either compile from source (it&#39;s fairly straightforward<br />&gt; <br />&gt; &gt; and we&#39;ve got some very easy to follow instructions: [1]), or use a<br />&gt; <br />&gt; &gt; version of the .NET client prior to 1.8.0 (not recommended).<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; Your best bet is probably to wait for the next release.<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; Cheers,<br />&gt; <br />&gt; &gt; Alex<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; [1]  http://www.rabbitmq.com/build-dotnet-client.html<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; On Mon, Aug 23, 2010 at 10:07:22PM +0100, Gordon Robinson wrote:<br />&gt; <br />&gt; &gt; &gt; I’ve recently upgraded my version of RabbitMQ and ubuntu and am now having<br />&gt; <br />&gt; &gt; &gt; problems trying to get it to work using the SSL support.  I’ve using Ubuntu<br />&gt; <br />&gt; &gt; &gt; 10.4 and RabbitMQ 1.8.1.  Erlang is at version 5.7.4 (R13B03).  erlang_ssl<br />&gt; <br />&gt; &gt; &gt; is version 3.10.7.<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt; Whenever I try and connect to the server from my .Net client using the 1.8.1<br />&gt; <br />&gt; &gt; &gt; library I get the following in my log file:<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt; =INFO REPORT==== 23-Aug-2010::15:12:30 ===<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt; Limiting to approx 924 file handles<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; ...<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt; =ERROR REPORT==== 23-Aug-2010::15:14:02 ===<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt; error on TCP connection :{ssl_upgrade_failure,<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;                                    {{function_clause,<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;                                      [{ssl_record,mac_hash,<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;                                        [undefined,0,undefined,0,21,2,<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;                                         &gt;]},<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;                                       {ssl_record,hash_and_bump_seqno,5},<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;                                       {ssl_record,cipher,4},<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;                                       {ssl_record,encode_plain_text,4},<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;                                       {ssl_connection,handle_own_alert,4},<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;                                       {ssl_connection,handle_info,3},<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;                                       {gen_fsm,handle_msg,7},<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;                                       {proc_lib,init_p_do_apply,3}]},<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;                                     {gen_fsm,sync_send_all_state_event,<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;                                      [,started,5000]}}}<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt; =INFO REPORT==== 23-Aug-2010::15:14:02 ===<br />&gt; <br />&gt; &gt; &gt;<br />&gt; <br />&gt; &gt; &gt; closing TCP connection <br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; &gt; _______________________________________________<br />&gt; <br />&gt; &gt; &gt; rabbitmq-discuss mailing list<br />&gt; <br />&gt; &gt; &gt; rabbitmq-discuss@lists.rabbitmq.com<br />&gt; <br />&gt; &gt; &gt; https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss<br />&gt; <br />&gt; &gt;<br />&gt; <br />&gt; &gt; _______________________________________________<br />&gt; <br />&gt; &gt; rabbitmq-discuss mailing list<br />&gt; <br />&gt; &gt; rabbitmq-discuss@lists.rabbitmq.com<br />&gt; <br />&gt; &gt; https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss<br />&gt;