-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Warn user of expired cert #1411
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great idea, and maybe we would want to run this daily and check if it's about to expire soon (within the next 14 days or so) and generate a daily warning for that. But that'd be a different PR, this one is fine with the tiny changes.
More "good ideas" to add... maybe make this warning when a +n logs in to the partyline? Would be good for more casual users who aren't on the partyline 24/7 and don't check logs |
done :) |
With more context for aesthetic review: Startup:
Partyline:
|
Also enhanced openssl autoconf in aclocal.m4, so please run misc/runautotools: Before:
After:
|
Additional test with openssl 0.9.8k was successful:
|
Found by: michaelortmann
Patch by: michaelortmann
Fixes:
One-line summary:
Warn user of expired cert
Additional description (if needed):
This is about the cert loaded from config variable
ssl-certificate
The check is done when
ssl_init()
Test cases demonstrating functionality (if applicable):