Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mosquitto » Disable Client Certificate Date check(Disable Client Certificate Date check)
Disable Client Certificate Date check [message #1844504] Wed, 15 September 2021 11:21 Go to next message
Jitendra Singh is currently offline Jitendra SinghFriend
Messages: 1
Registered: September 2021
Junior Member
Hello,
Need some help with client certificate verification.
I have enabled Client certificate verification whenever a client connects with the Mosquitto boker. I want to disable the date check for the client verification. Right now if the certificate used by the client has expired the broker does not allow the connection.

Regards
Re: Disable Client Certificate Date check [message #1844680 is a reply to message #1844504] Tue, 21 September 2021 11:19 Go to previous message
Roger Light is currently offline Roger LightFriend
Messages: 90
Registered: September 2013
Member
Hi Jitendra,

I've implemented this with a `disable_client_cert_date_checks` option that will be part of version 2.1. If you need it right now, you can try check out the `develop` branch in the project repository:

git clone https://github.com/eclipse/mosquitto
cd mosquitto
git checkout develop
make
# You should now have the broker available at src/mosquitto
Previous Topic:mosquitto mqtt over websockets
Next Topic:Client certificate validation failed
Goto Forum:
  


Current Time: Thu May 02 21:50:58 GMT 2024

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

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

Back to the top