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

tls_expiry: enable sni by default and use host for that? #1622

Open
cpina opened this issue Feb 26, 2025 · 0 comments
Open

tls_expiry: enable sni by default and use host for that? #1622

cpina opened this issue Feb 26, 2025 · 0 comments

Comments

@cpina
Copy link
Contributor

cpina commented Feb 26, 2025

the tls_expiry monitor: SNI seems quite common nowadays. Instead of having:

[lets-encrypt-certificat-pina-cat-28days]
type=tls_expiry
host=pina.cat
min_days=28
sni=pina.cat

Could be:

[lets-encrypt-certificat-pina-cat-28days]
type=tls_expiry
host=pina.cat
min_days=28

I think that SNI is used by default everywhere (or is part of the handshake when the browser connects there?).

I know that is hard to change default options without breaking existing monitors...

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