Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Warn capath option is not supported for websockets #3165

Open
wants to merge 1 commit into
base: fixes
Choose a base branch
from

Commits on Nov 13, 2024

  1. Warn capath is not supported for websockets

    libwebsockets doesn't provide an option to provide a `capath`, ie
    a directory that contains multiple certificates.
    ( warmcat/libwebsockets#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.
    CoRfr committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    66cc2b2 View commit details
    Browse the repository at this point in the history