SSL/TLS connection rejected by remote host

Hi again @Velu . Ok, from your whole output, I see a lot of “U U”, which means “admin up” and “operational up”. So I guess you have a server certificate successfully installed!

From this line:

Service    TP  S C VRF   MsgVpn          Port  A O Failed Reason
---------- --- --- ----- --------------- ----- --- --------------------------
MQTT       WEB Y - MsgBB Test             8443 U U

So if you’re looking to use WebSockets to connect (e.g. from JavaScript or something), then you’ll want port 8443, and that will connect you to your “Test” Message VPN.

And I can tell that you’re on a hardware appliance, rather than a software broker, so make sure you are using the message bus IP address, not the management one.

Finally, just an FYI for formatting: you can post blocks of code/text inside three backticks ```. Makes it a lot easier to read CLI output! ?