Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mosquitto » No CRL check happening when connecting via websockets
No CRL check happening when connecting via websockets [message #1864880] Thu, 18 April 2024 07:17
John D is currently offline John DFriend
Messages: 1
Registered: April 2024
Junior Member
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?
Previous Topic:install Mosquitto on Ubuntu 22.04 w/ openssl 3.0.2
Goto Forum:
  


Current Time: Thu May 02 21:38:31 GMT 2024

Powered by FUDForum. Page generated in 0.03229 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top