-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPv6 addresses cannot connect #18
Comments
Tested localfs, windows and linux - OK. @hardillb is it possible to adjust an IPv4 to IPv6 on staging (or your own k8s) to test this pls? |
Enabling IPv6 on AWS would not be useful in this case, because access is always going to be via a Hostname not a bare IP address. It has to be because the hostname needs to match the TLS certificate. |
ok, so local test only is all we can achieve at this point. |
And localfs is the only place bare IP addresses should ever be used |
Current Behavior
If user has specified !Pv6 address, WS (via MQTT.js) throws an error
Full details in MQTT.JS issue raised here: mqttjs/MQTT.js#1569
Expected Behavior
IPv6 addresses should connect
Steps To Reproduce
::1
(or any other IPv6 address)example yml section for project nodes MQTT Broker Configuration:
Environment
The text was updated successfully, but these errors were encountered: