No CRL check happening when connecting via websockets [message #1864880] |
Thu, 18 April 2024 07:17 |
John D 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?
|
|
|
Powered by
FUDForum. Page generated in 0.03021 seconds