hi @Didy7,
Let’s check:
Can you access (with curl or wget or browser) http://[broker-ip]:8080 ?
If not, please try:
docker exec -it solace cli
(inside cli): show service
There are all services and ports inside the container listed and we expect something like:
...
Service TP S C R VRF MsgVpn Port A O Failed Reason
---------- --- ----- ----- --------------- ----- --- --------------------------
SEMP TCP N - - Mgmt 8080 U U
SEMP TCP Y - - Mgmt 1943 U U
Import here:
There is “U U” in the line with “SEMP” and “TCP” and “N” (N= no TLS).
What is port number listed here ?
Please ensure that you have some port mapping in the docker run command to that port.
Uli