jpmens / mosquitto-auth-plug

Authentication plugin for Mosquitto with multiple back-ends (MySQL, Redis, CDB, SQLite3)
Other
824 stars 496 forks source link

Client disconnects when acl auth is 4XX #374

Closed ibrahimkoujar closed 5 years ago

ibrahimkoujar commented 6 years ago

Hello I am using mosquitto jwt auth and I faced this problem, when user try to connect to the broker its work normally but when he try subscribe to unauthorized topic the package disconnecting the user socket from broker, its happened only with subscribe.

Thanks...

jpmens commented 5 years ago

Please provide a minimal example with which I can reproduce this.

iegomez commented 5 years ago

It was a bug at mosquitto, see https://github.com/eclipse/mosquitto/issues/1016.

jpmens commented 5 years ago

@iegomez thank you for the report. Closing.