Roger Light
Roger Light
Thanks for testing, @abtom87. I get the same results. @zcattacz What version are you running, and on what platform?
No protocol information is sent over the topic based log. If I understand correctly, what you should use is `log_type subscribe`, then monitor the `$SYS/broker/log/M/subscribe` topic.
Do you definitely have the correct permission to access the file?
@mitra42 I agree with @Daedaluz here. The best plan is to use something like nginx as a proxy to send wss://example.com/mqtt to mosquitto, and have all other web parts sent...
The reverse proxy makes it nicer, but isn't necessary. It just means you can access everything from the same port. You could also just run a webserver on port 443...
Can you please provide an example of how to reproduce this please?
Thank you for the detailed explanation. From my analysis of the openssl code, it is impossible for SSL_get_ex_data_X509_STORE_CTX_idx() to return an invalid index in a certificate verify callback - `ssl_verify_cert_chain()`...
I think the help is poorly worded. It should be "overrides all log_type options". It doesn't override log_dest, I don't know what that would mean.
Sorry for not responding earlier, thanks very much this will be part of 2.0.22.
Sorry, I'm not sure how that happened. Thanks for the PR!