Re: [Quickfix-developers] getting connection error.... Socket Error: Connection reset by peer.
Brought to you by:
orenmnero
From: <ch...@gm...> - 2009-10-16 17:31:58
|
HI, sorry i copied the config file from wrong looaction . in the config file i am sending data to localhost. Stunnel is sending data out correctly i have checked the logs. here is my config file of qfix the defut part one rest is same.. default settings for sessions [DEFAULT] ConnectionType=initiator ReconnectInterval=20 LogonTimeout=30 StartTime=00:00:00 EndTime=23:00:00 HeartBtInt=10 #SocketConnectHost=localhost SocketConnectHost=127.0.0.1 FileLogPath=c:\qfixlogs\ FileStorePath=c:\qfixstore\ here is my Stunnel config ; Use it for client mode client = yes debug = 7 output = stunnel.log [https] accept = 127.0.0.1:9000 connect = 84.219.221.89:443 ;TIMEOUTclose = 0 Please suggest. Malinka Rellikwodahs wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > On Fri, Oct 16, 2009 at 12:54, ch...@gm... <ch...@gm...> > wrote: >> QuickFIX Documentation: >> http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> >> Hi i am trying to connect to FIX server..... I am using Stunnel for SSL. >> but >> i am got getting loged on. >> Below is my log file.... > > your config and your logs don't match, and we'd need to see your > stunnel config, but off the top of my head stunnel is either not > running or not configured right > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -- View this message in context: http://www.nabble.com/Re%3A-getting-connection-error....-Socket-Error%3A-Connection-reset-by-peer.-tp25929021p25929334.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |