Details
-
Type: Bug
-
Status: Open
-
Priority: Blocker
-
Resolution: Unresolved
-
Affects Version/s: 1.6.4
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
-
Environment:Windows
Description
i am using quickfixj to connect with target URL using proxy , the proxy protocol is socks ,
after checked with our proxy team , they said the destination URL (SocketConnectHost) is not passed to proxy , which means not send url to which proxy need to connect .
below is my quickfixj configure sample:
ProxyType=socks
ProxyHost=*************
ProxyPort=1080
ProxyVersion=5
SocketConnectHost=********
SocketConnectPort=******