Roger Light

Results 356 comments of Roger Light

I understand your arguments about the use of websockets. This PR does not do that though. All it does is allow incoming connections to tunnel TLS-PSK data over websockets. It...

Sorry Greg, I really should have anticipated the `make` problem.

The most common reason for this is that two different clients are connecting with the same client id. I'm afraid I don't know about that in the context of homeassistant...

If you're using a password file for authentication then the client connecting for a health check must use authentication as well.

Sorry to hear you're having problems. Is there any chance you could provide me with a minimal compilable example that shows how you are using the mosquitto library? I could...

@gbronner As it mentions on that other issue, you need `certfile` and `keyfile` to enable TLS mode for a listener: ``` listener 8883 certfile keyfile ``` On the broker side,...

The broker now produces an error for invalid combinations of cafile/capath/certfile/keyfile.

`MOSQ_EVT_EXTENDED_AUTH` is called when a MQTT v5 client tries to authenticate using the MQTT v5 extended authentication process only. It is not a general "do more authentication checks" callback. You...

Yes ok, that sounds like a sensible suggestion please have a go :)

The libwebsockets documentation explicitly says to set them to -1 if not used, so there's no real option to do otherwise.