Martin Holc
Martin Holc
Just encountered the same problem and found the reason for this in the class WebSocketServerProtocolHandshakeHandler. In channelRead the first thing happening is checking if the request uri is "/mqtt". if...
> I'm having the same issue. I suspect it's coming from this rancher-machine commit [rancher/machine@d9a8382](https://github.com/rancher/machine/commit/d9a83824d326af6b427ceb04388b35c1aa2bb51f) by @rosskirkpat(https://github.com/rancher/machine/commits?author=rosskirkpat). The meta-data now contains hostname rather than local-hostname. This gets ignored in my...
@rosskirkpat Would love to, but we scripted the whole process and I haven't found a good way to get a unique hostname or fqdn automatically in cloud-init so far, but...