vert-x3 / vertx-mqtt

Vert.x MQTT
Apache License 2.0
184 stars 88 forks source link

MQTT client TLS connection must set the hostname verification algorithm #247

Closed vietj closed 8 months ago

vietj commented 8 months ago

Since the Vert.x NetClient now requires the hostname verification algorithm to be set, the example should precisely show how to set it. In addition fix incorrect client TLS tests.