Connecting to a venue via a HTTP/Connect proxy. #1130
Unanswered
chrismmilburn
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Which QFJ version are you using? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are trying to connect quickfixj to a venue via a http/connect based proxy.
This link worked fine using SOCKS and a curl command also connects through to the client with http/connect without problem
In the log Im seeing this error, it looks very similar to previous support mails, I believe from reading them that the first 407 is expected but it should then try to authenticate with the username/pwd?
Does quickfixj support HTTP/CONNECT and if so which version ?
Is it possible to turn on logging in the Apache mina component as well ?
Thanks,
Chris
2026-02-03 11:58:43.156 [main] INFO quickfix.mina.ProtocolFactory: Creating proxy request: type = HTTP user = GFFSRVCD pwd = (thepassword)
2026-02-03 11:58:43.161 [main] INFO quickfix.ThreadedSocketInitiator: SessionTimer started
2026-02-03 11:58:43.177 [main] INFO com.baml.gffrepoet.quickfixj.QuickFIXJClient: Started QuickFIXJClient in 3.511 seconds (JVM running for 7.342)
2026-02-03 11:58:43.317 [NioProcessor-2] ERROR quickfix.mina.initiator.InitiatorIoHandler: Socket (appproxy.emea.bank.com/165.34.124.114:8080): org.apache.mina.proxy.ProxyAuthException: Received error response code (407 authenticationrequired).
org.apache.mina.proxy.ProxyAuthException: Received error response code (407 authenticationrequired).
at org.apache.mina.proxy.handlers.http.basic.HttpNoAuthLogicHandler.handleResponse(HttpNoAuthLogicHandler.java:70)
at org.apache.mina.proxy.handlers.http.HttpSmartProxyHandler.handleResponse(HttpSmartProxyHandler.java:206)
at org.apache.mina.proxy.handlers.http.AbstractHttpLogicHandler.messageReceived(AbstractHttpLogicHandler.java:268)
at org.apache.mina.proxy.filter.ProxyFilter.messageReceived(ProxyFilter.java:168)
.
Beta Was this translation helpful? Give feedback.
All reactions