Re: [Quickfix-developers] Configuring stunnel with QuickFIX
Brought to you by:
orenmnero
|
From: Alexey Z. <ale...@gm...> - 2006-06-19 13:22:20
|
Hello Zoran, My connectivity to Currenex through stunnel works fine. I had such problem at the beginning also, but I think it was the certificate issue. I use stunnel 4.11, here is its configuration file: client = yes debug = err cert=crnx_stream_new.pem output=logs\crnx_stream.log [currenex_stream] accept = 127.0.0.1:1109 connect = 63.111.184.124:442 Regards, Alexey Zubko > > Subject: > [Quickfix-developers] Configuring stunnel with QuickFIX > From: > Zoran Cetusic <zo...@av...> > Date: > Fri, 16 Jun 2006 12:57:03 -0700 > To: > qui...@li... > > To: > qui...@li... > > > Hello, gentlemen. I'm hoping someone has had some experience > configuring stunnel with QuickFIX. I have the following stunnel.conf > settings > > cert = mycert.pem > > ; Service-level configuration > [fixstream] > connect = serviceprovider:442 > accept = 442 > > When I direct my quickfix app to localhost on 442 (where stunnel > accepts socket connections), stunnel reports the following, and > terminates the connection : > > 2006.06.16 12:46:29 LOG5[2796:2988]: fixstream connected from > 127.0.0.1:4307 > 2006.06.16 12:46:29 LOG7[2796:2988]: SSL state (accept): before/accept > initialization > 2006.06.16 12:46:31 LOG3[2796:2988]: SSL_accept: 140760FC: > error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol > 2006.06.16 12:46:31 LOG5[2796:2988]: Connection reset: 0 bytes sent to > SSL, 0 bytes sent to socket > 2006.06.16 12:46:31 LOG7[2796:2988]: fixstream finished (0 left) > > Obviously I'm missing something. Anyone care to enlighten me ? > > Best regards, > > -- > *Zoran Cetusic* | President & CEO > *phone* +1.858.218.4496 | *fax* +1.858.675.4504 > *email:* zo...@av... <mailto:zo...@av...>* | web * > www.avalonsoft.com <http://www.avalonsoft.com/> > ------------------------------------------------------------------------ > > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |