<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">It seems as if I missed escaping a backslash on one of my paths.  I’ve changed them all over to forward slashes per your recommendation.  This doesn’t fix the
 issue but at least my error messages are different.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">When I run the C# client I see the following exceptions:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">None of the specified endpoints were reachable<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    Inner Exception:
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    A call to SSPI failed, see inner exception.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">        Inner Exception:
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">        The message received was unexpected or badly formatted<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">When I run openssl s_client I see:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    CONNECTED(00000003)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    depth=1 /CN=JanneyDevCA<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    verify return:1<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    depth=0 /CN=svcbus-app03-dv.dev.jmsonline.com/ST=PA/C=US/O=Janney, Montgomery, Scott LLC<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    verify return:1<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    3020:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:s3_pkt.c:1053:SSL alert number 40<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    3020:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:188:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Either way the server log gets a message:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    =INFO REPORT==== 22-May-2014::08:42:20 ===<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    accepting AMQP connection <0.327.0> (172.23.68.48:50220 -> 172.31.2.46:5671)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    =ERROR REPORT==== 22-May-2014::08:42:20 ===<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    SSL: certify: ssl_handshake.erl:1358:Fatal error: handshake failure<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    =ERROR REPORT==== 22-May-2014::08:42:25 ===<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Courier New";color:#1F497D">    error on AMQP connection <0.327.0>: {ssl_upgrade_error,{tls_alert,[104,97,110,100,115,104,97,107,101,32,102,97,105,108,117,114,101]}}...<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Jeffrey Becker [mailto:jeffrey.a.becker@gmail.com]
<br>
<b>Sent:</b> Thursday, May 22, 2014 8:47 AM<br>
<b>To:</b> Becker, Jeffrey<br>
<b>Subject:</b> Fwd: Re: [rabbitmq-discuss] Error with SSL<o:p></o:p></span></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">---------- Forwarded message ----------<br>
From: "Michael Klishin" <<a href="mailto:mklishin@gopivotal.com">mklishin@gopivotal.com</a>><br>
Date: May 22, 2014 4:44 AM<br>
Subject: Re: [rabbitmq-discuss] Error with SSL<br>
To: "Jeffrey Becker" <<a href="mailto:jeffrey.a.becker@gmail.com">jeffrey.a.becker@gmail.com</a>><br>
Cc: "Discussions about RabbitMQ" <<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a>><br>
<br>
On 22 May 2014 at 12:33:14, Jeffrey Becker (<a href="mailto:jeffrey.a.becker@gmail.com">jeffrey.a.becker@gmail.com</a>) wrote:<br>
> > Configuration is as such:<br>
<br>
Also, in this tutorial that configures Rabbit with SSL on Windows, slashes are<br>
used in paths instead of double backslashes:<br>
<a href="http://blog.johnruiz.com/2011/12/establishing-ssl-connection-to-rabbitmq.html" target="_blank">http://blog.johnruiz.com/2011/12/establishing-ssl-connection-to-rabbitmq.html</a><br>
<br>
I'm not a  Windows user, so maybe this sounds silly but can you try using slashes<br>
as in the post above?<br>
--<br>
MK<br>
<br>
Software Engineer, Pivotal/RabbitMQ<o:p></o:p></p>
</div>
</div>
<br>
<font face="Verdana" color="Black" size="3"><br>
Janney: The Highest Standard of Success in Financial Relationships.<br>
</font>
<p><br>
<font face="Verdana" color="Black" size="1"><br>
Janney Montgomery Scott LLC (Janney) will not accept orders and/or instructions for the purchase or sale of a security or other product via an e-mail transmission. This electronic communication is intended only for the person or entity to which it is addressed
 and may contain confidential, proprietary or privileged material. Any review, re-transmission, dissemination or other use of this information by persons or entities other than the intended recipient is prohibited. No confidentiality or privilege is waived
 by any accidental or unintentional transmission. If you received this electronic communication in error, please contact the sender immediately and delete the material from your computer. Janney cannot guarantee the confidentiality of the material transmitted
 and reserves the right to monitor all e-mail communications through its networks. Please go to http://www.janney.com for additional terms and disclosures relating to this electronic communication.<br>
</font></p>
</body>
</html>