<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">Here is an email I wrote a couple of years ago. I believe it is still applicable.  You can route your traffic through stunnel to achieve this ssl connectivity.</span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"><br></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">Begin old message...</span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"><br></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">We’re able to use stunnel to connect to ice.  Unfortunately there is not a lot of documentation for stunnel, and the info I’ve gained has been hard won via wireshark probes.  <o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">You should not have “lost” your logs, they’re still written to the same location your quickfix config points to.  As far as quick fix is concerned, it’s just connecting to something, possibly on the same computer, possibly on another computer.  Stunnel is then ssl’ing that traffic and passing it along to ice (and vice versa).  It should be transparent to quickfix\n.<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">Onto the configs.<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">This is my stunnel config<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">; **************************************************************************<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">; * Global options                                                         *<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">; **************************************************************************<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">; Debugging stuff (may useful for troubleshooting)<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">debug = 7<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">output = stunnel.log<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">; Disable FIPS mode to allow non-approved protocols and algorithms<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">fips = no<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">; **************************************************************************<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">; * Service defaults may also be specified in individual service sections  *<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">; **************************************************************************<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">; Certificate/key is needed in server mode and optional in client mode<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">cert = stunnel.pem<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">; Disable support for insecure SSLv2 protocol<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">options = NO_SSLv2<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">sslVersion = SSLv3<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">; **************************************************************************<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">; * Service definitions (at least one service has to be defined)           *<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">; **************************************************************************<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">[ICE]<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">accept = 42424<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">connect = <a href="http://fixtc1.theice.com/" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="1">fixtc1.theice.com</a>:443<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">client = yes<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">[ICE2]<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">accept = 43434<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">connect = <a href="http://fixtc1.theice.com/" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="2">fixtc1.theice.com</a>:443<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">client = yes<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">;*************************************************end….<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">We maintain 2 connections to ice for redundancy/staging. That is why we have 2 service definitions defined.<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">Onto the part of the quickfix config file that matters.<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">SocketConnectHost=127.0.0.1<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">SocketConnectPort=42424<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">We define localhost (127.0.0.1) as our outgoing address, and setting our port to correspond to the port in our [ICE] service definition from the stunnel config (42424). <o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">That’s the gist of it.   If you run into further problems check the stunnel.log that we enabled in the stunnel config.  It can be found in the location where stunnel is installed c:\program files(x86)\stunnel\stunnel.log  by default.<o:p></o:p></span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);"> </span></font></p><p class="MsoNormal"><font face="UICTFontTextStyleBody" size="3"><span style="background-color: rgba(255, 255, 255, 0);">Good luck!</span></font></p><br>Sent from my iPhone</div><div><br>On Nov 16, 2016, at 02:09, Rao, Masthan <<a href="mailto:Masthan.Rao@abglobal.com">Masthan.Rao@abglobal.com</a>> wrote:<br><br></div><blockquote type="cite"><div>

<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@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:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Arial",sans-serif;
        color:windowtext;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
span.EmailStyle20
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.EmailStyle21
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle22
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.EmailStyle23
        {mso-style-type:personal-reply;
        font-family:"Arial",sans-serif;
        color:windowtext;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:1446729380;
        mso-list-type:hybrid;
        mso-list-template-ids:824719012 2118945076 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
@list l0:level1
        {mso-level-start-at:0;
        mso-level-number-format:bullet;
        mso-level-text:-;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:"Calibri",sans-serif;
        mso-fareast-font-family:Calibri;
        mso-bidi-font-family:"Times New Roman";}
@list l0:level2
        {mso-level-number-format:bullet;
        mso-level-text:o;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:"Courier New";}
@list l0:level3
        {mso-level-number-format:bullet;
        mso-level-text:\F0A7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Wingdings;}
@list l0:level4
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Symbol;}
@list l0:level5
        {mso-level-number-format:bullet;
        mso-level-text:o;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:"Courier New";}
@list l0:level6
        {mso-level-number-format:bullet;
        mso-level-text:\F0A7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Wingdings;}
@list l0:level7
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Symbol;}
@list l0:level8
        {mso-level-number-format:bullet;
        mso-level-text:o;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:"Courier New";}
@list l0:level9
        {mso-level-number-format:bullet;
        mso-level-text:\F0A7;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;
        font-family:Wingdings;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}
--></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]-->


<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif">Andrew,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif">            Sorry if I created any confusion but our counterparty says that they don’t need any client certificate to be set for SSL connection. They are expecting a simple SSL
 handshake before FIX logon which I am not a able to achieve. I tried using stunnel and it worked like charm. First I connected to our counterparty using stunnel and then pointed by Fix connection host to localhost and it worked. But I am not able to achieve
 this SSL handshake using this QuickFixn. Any help would be greatly appreciated.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif">Masthan<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> Quickfixn [<a href="mailto:quickfixn-bounces@lists.quickfixn.com">mailto:quickfixn-bounces@lists.quickfixn.com</a>]
<b>On Behalf Of </b>Andrew Teets<br>
<b>Sent:</b> Tuesday, November 15, 2016 11:17 AM<br>
<b>To:</b> 'Mailing list for QuickFIX/n' <<a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a>><br>
<b>Subject:</b> Re: {{Quickfixn}} Using SSL from Initiator<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">Hi Masthan –<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Been a while since we had ours, but we just used some powershell to create a client cert file and reference it by the engine.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Here’s some links I had in my list:<o:p></o:p></span></p>
<p class="MsoListParagraph" style="text-indent:-.25in;mso-list:l0 level1 lfo2"><!--[if !supportLists]--><span style="color:#1F497D"><span style="mso-list:Ignore">-<span style="font:7.0pt "Times New Roman"">         
</span></span></span><!--[endif]--><span style="color:#1F497D"><a href="http://windowsitpro.com/blog/creating-self-signed-certificates-powershell">http://windowsitpro.com/blog/creating-self-signed-certificates-powershell</a><o:p></o:p></span></p>
<p class="MsoListParagraph" style="text-indent:-.25in;mso-list:l0 level1 lfo2"><!--[if !supportLists]--><span style="color:#1F497D"><span style="mso-list:Ignore">-<span style="font:7.0pt "Times New Roman"">         
</span></span></span><!--[endif]--><span style="color:#1F497D"><a href="https://gallery.technet.microsoft.com/scriptcenter/Self-signed-certificate-5920a7c6">https://gallery.technet.microsoft.com/scriptcenter/Self-signed-certificate-5920a7c6</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Hope that helps.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Comment Driven Development at it’s finest<o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span style="color:#1F497D">-Andrew<o:p></o:p></span></p>
</div>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> Quickfixn [<a href="mailto:quickfixn-bounces@lists.quickfixn.com">mailto:quickfixn-bounces@lists.quickfixn.com</a>]
<b>On Behalf Of </b>Rao, Masthan<br>
<b>Sent:</b> Tuesday, November 15, 2016 02:14<br>
<b>To:</b> <a href="mailto:quickfixn@lists.quickfixn.com">quickfixn@lists.quickfixn.com</a><br>
<b>Subject:</b> {{Quickfixn}} Using SSL from Initiator<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif">Hi,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif">            Could anyone send the sample Initiator configuration file for using SSL using QuickFix n. Our counterparty says that they are not providing any client certificate
 for SSL connection.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif">Currently I have the following settings<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;color:black;background:white;mso-highlight:white">SSLEnable=Y<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;color:black;background:white;mso-highlight:white">SSLServerName=ServerName<o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span style="font-size:9.5pt;font-family:Consolas;color:black;background:white;mso-highlight:white">SSLProtocols=Default<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif">But giving me the following exception.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif">12:52:28,144 [14] DEBUG Fix - [OutGoing] 8=FIXT.1.19=8635=A34=149=xxxxx52=20161111-17:52:28.13656=xxxxxx98=0108=30141=Y1137=910=002<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif">12:52:28,146 [14] INFO  Fix - Event: Initiated logon request<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif">12:52:28,166 [14] INFO  Fix - Event: Session FIXT.1.1:UATABALFA->UATTRUMID disconnecting: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly
 closed by the remote host<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif">   at QuickFix.SocketInitiatorThread.Read()<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif">Any help would be appreciated.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Arial",sans-serif">Masthan<o:p></o:p></span></p>
<p>............................................................................<o:p></o:p></p>
<p>For further important information about AllianceBernstein please click here<br>
<a href="http://www.abglobal.com/disclaimer/email/disclaimer.html">http://www.abglobal.com/disclaimer/email/disclaimer.html</a><o:p></o:p></p>
</div>


</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Quickfixn mailing list</span><br><span><a href="mailto:Quickfixn@lists.quickfixn.com">Quickfixn@lists.quickfixn.com</a></span><br><span><a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a></span><br></div></blockquote></body></html>