getting connection error.... Socket Error: Connection reset by peer.

View: New views
1 Messages — Rating Filter:   Alert me  

getting connection error.... Socket Error: Connection reset by peer.

by ch.asad@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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....

20091014-16:28:18 : Created session
20091014-16:28:20 : Connecting to 127.0.0.1 on port 9000
20091014-16:28:20 : Initiated logon request
20091014-16:28:21 : Socket Error: Connection reset by peer.
20091014-16:28:21 : Disconnecting
20091014-16:28:41 : Connecting to 127.0.0.1 on port 9000
20091014-16:28:41 : Initiated logon request
20091014-16:28:42 : Socket Error: Connection reset by peer.
20091014-16:28:42 : Disconnecting

Config file setting are as follows..

[DEFAULT]
ConnectionType=initiator
ReconnectInterval=20
StartTime=12:00:00
EndTime=23:00:00
SenderCompID=TW
SenderSubID=user1
HeartBtInt=10
SocketConnectPort=443
SocketConnectHost=ssl://84.219.221.89
FileLogPath=c:\qfixlogs\
FileStorePath=c:\qfixstore\

# session definition
[SESSION]
# inherit ConnectionType, ReconnectInterval and SenderCompID from default
BeginString=FIX.4.4
TargetCompID=ISLD
TargetSubID=qftrade
HeartBtInt=10
FileLogPath=c:\qfixlogs\
FileStorePath=c:\qfixstore\
DataDictionary=C:\quickfix-1.12.4\quickfix\spec\FIX44.xml

here are The messages in the message log....

8=FIX.4.4 9=90 35=A 34=1 49=TW 50=user1 52=20091014-16:28:20.420 56=ISLD 96=1234567 98=0 108=10 10=041
8=FIX.4.4 9=90 35=A 34=2 49=TW 50=User1 52=20091014-16:28:41.416 56=ISLD 96=1234567 98=0 108=10 10=050


Please guide me whats the issue in this????