njh / ruby-mqtt

Pure Ruby gem that implements the MQTT protocol, a lightweight protocol for publish/subscribe messaging.
http://www.rubydoc.info/gems/mqtt
MIT License
542 stars 135 forks source link

tls hostname verification #125

Closed larsin closed 6 months ago

larsin commented 4 years ago

Added tls hostname verification to avoid man in the middle attacks Can be turned on or off with the verify_host option.

larsin commented 2 years ago

@njh any chance of getting this merged before the next release?

njh commented 1 year ago

Closing/reopening to trigger checks