Replies: 1 comment 1 reply
-
@dambsst the MQTT-over-WebScoets plugin does support everything in its doc guide. Neither Adding them in theory should be a matter of propagating a few more options. You are welcome to look into it, this is open source software after all. This |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
According to the documentation, TLS peer verification should be possible but the plugin doesn't recognize the two configuration parameters related to it:
Reproduction steps
web_mqtt.ssl.verify = verify_peer
web_mqtt.ssl.fail_if_no_peer_cert = true
...
Expected behavior
The server should not fail during boot
AND
TLS peer verification should be effective when connecting via wss://
OR
The documentation should be updated to inform that TLS peer verification is not possible with wss://
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions