Hi all, I am experiencing an issue when a docker container comes up, the exposed ports are all available, but the SEMP port times out when it is sent an HTTP patch to http://localhost:<mapped port>/SEMP/v2/config/msgVpns/default
I have confirmed in Wireshark that the connection has been opened at the TCP level and the http request set, but SEMP never responds. This is with old and latest versions of Solace. The most recent one tested against is solace/solace-pubsub-standard:9.12.0.15
The real mystery is that this seems to fail on some machines and not on others. For example, it works on Docker for Mac, Google’s Container Optimised OS, but is failing on latest debian and Arch linux.
What is the best way to proceed with debugging this issue?