Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

No CRL check is happening when connecting via websockets with revoked client certificates #3042

Closed
simplementos opened this issue Apr 18, 2024 · 1 comment

Comments

@simplementos
Copy link

I have such mosquitto configuration:

log_type error
log_type warning
log_type notice
log_type information
log_dest file /logpath

listener 9005
protocol websockets
cafile /cafilepath

certfile /certfilepath

keyfile /keyfilepath

crlfile /crlfilepath

require_certificate true

use_identity_as_username true

When i connect to local mosquitto using client certificates which are revoked, no CRL check by mosquitto is happening.

If I change configuration protocol to just mqtt, CRL check works.

So, 1) My configuration could be wrong, and something is missing for configuring CRL check via websockets
2) CRL check via websockets doesn’t work in mosquitto

Have anyone bumped into this issue?

Mosquitto v2.0.18, Windows 11

@simplementos
Copy link
Author

Got response that it's not implemented yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant