Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Bug connexion...

Do you just mean that you "unauthenticated" user can susbcribe to your
"protected" topic which you weren't expecting?

They should be blocked from publishing, and they won't actually receive
any messages, even though the subscribe was successful.  This is normal.
 This is because a case where funtimes/secure/special and funtimes/public/boring topics exist, with funtimes/secure/special being "protected.  Subscriptions to funtimes/# should still succeed, but won't receive any messages for funtimes/secure/#

If that's what you're seeing, then everything's fine.

Sincerely,
Karl Palsson


Thiery Badji <thiery.badji@xxxxxxxxx> wrote:
> Hello
> I am a new user of mosquitto.
> after configuration of my broker i use python client for connection.
> 
> connexion is established by ssl/tls username and password.
> 
> If i user a username and password different from the authentification
> certificat
> myconnexion is accept and the client can subscribe to a topic.
> 
> if it is for publish a message on a topc it is denied.
> 
> How to fix this problem on subscription.??
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev

-- 
Sent using Mailpile, Free Software from www.mailpile.is

Back to the top