Replies: 1 comment
-
I am not familiar with OpenShift but it sounds like a route will only accept HTTP(S) traffic. But without wrapping FIX into HTTP it probably won't work. Maybe you could try the http proxy configuration options? |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Thank for this awesome project and I have a few questions to ask regarding the running of both Initiator and Acceptor in Openshift/Kubernetes environments.
I have developed the Initiator and Acceptor and they are able to communicate and send messages back and forth locally using this configuration:
When running in Openshift, I have created the routes for my acceptor for both HTTP and HTTPS traffic with port forwarding pointing to 15000 in my acceptor service with these sets of configurations:
I ran the above configurations separately but both encountered these errors:
However, If i configure my initiator to point directly to the acceptor service instead of openshift route, the connection is able to establish successfully.
May I ask if anyone has any idea what should be the correct configuration for the routes?
Beta Was this translation helpful? Give feedback.
All reactions