GithubHelp home page GithubHelp logo

Comments (6)

bigsmoke avatar bigsmoke commented on June 4, 2024 1

What does the FlashMQ logfile say during the dropping of those connections?

from flashmq.

jmorgade avatar jmorgade commented on June 4, 2024 1

Oh, my bad, you absolutely right. I missed the anonymous flag ... now is working like a charm.

Thanks a lot!

from flashmq.

halfgaar avatar halfgaar commented on June 4, 2024

The log was attached.

I can look in more detail later, but I see stuff like this in the log:

username='172.21.0.3,127.0.0.1,192.168.1.199,172.21.0.2'

And

User '' access denied

Can you create a clear case, with proper anonymous or non-anonymous logins clearly defined, and don't make mistakes in address/hostname vs username arguments?

from flashmq.

jmorgade avatar jmorgade commented on June 4, 2024

Now I see, It looks like related with the self signed certificate and the subject CN entries I have there ...

Let me review the way I am generating the self signed certificates. The basic script I've been using was working smoothly with other brokers so I must confess I did not pay much attention on this.

However, if there is something wrong with the certificate, still don't quite understand why few connections are accepted.

from flashmq.

halfgaar avatar halfgaar commented on June 4, 2024

However, if there is something wrong with the certificate, still don't quite understand why few connections are accepted.

You have overlapping listeners. The clients that are hitting the one with x509 auth get IP addresses from your CN as username. The one that are hitting the other one, get an empty string, and that is not allowed, because you config doesn't allow anonymous.

from flashmq.

halfgaar avatar halfgaar commented on June 4, 2024

Ah, great. So, we'll call it crisis averted ;)

from flashmq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.