Re: [Quickfix-developers] getting connection error.... Socket Error: Connection reset by peer.
Brought to you by:
orenmnero
From: Malinka R. <ael...@gm...> - 2009-10-16 17:50:51
|
On Fri, Oct 16, 2009 at 13:31, ch...@gm... <ch...@gm...> wrote: > 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 I see no socket connect port, but according to your fix logs it's getting somehow > > FileLogPath=c:\qfixlogs\ > FileStorePath=c:\qfixstore\ > > > here is my Stunnel config > > ; Use it for client mode > client = yes > debug = 7 please turn logging level down some this makes it difficult to sort through the stunnel logs > output = stunnel.log > [https] > accept = 127.0.0.1:9000 in log you're connecting from 192.168.2.3? accept = 9000 will allow connections from anywhere > connect = 84.219.221.89:443 > ;TIMEOUTclose = 0 > personally i would try telnet on each individual piece until you find the part that isn't playing well, and start trying to change things there until it works. just like trouble shooting anything else break it down to what you can prove works or doesn't and then slowly add the complexity back in p.s. also when dealing with mailing lists it's best to make sure that you're at least cc'ing the mailing list still on a reply so that everyone still gets the relevant information |