eclipse-mosquitto / mosquitto

Eclipse Mosquitto - An open source MQTT broker
https://mosquitto.org
Other
9.12k stars 2.41k forks source link

Warn capath option is not supported for websockets #3165

Open CoRfr opened 1 week ago

CoRfr commented 1 week ago

libwebsockets doesn't provide a direct option to support capath, ie a directory that contains multiple certificates. ( https://github.com/warmcat/libwebsockets/issues/3276 )

To avoid confusion, explicitly state that it's not supported for websockets in the doc for mosquitto.conf, and add a warning if option is provided while capath is not provided.


Thank you for contributing your time to the Mosquitto project!

Before you go any further, please note that we cannot accept contributions if you haven't signed the Eclipse Contributor Agreement. If you aren't able to do that, or just don't want to, please describe your bug fix/feature change in an issue. For simple bug fixes it is can be just as easy for us to be told about the problem and then go fix it directly.

Then please check the following list of things we ask for in your pull request:


1