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

openssl TLS Certificate Expiry - custom protocol check - STUN / TURN server #3631

Closed
1 task done
ebricca opened this issue Aug 22, 2023 · 2 comments
Closed
1 task done
Labels
feature-request Request for new features to be added

Comments

@ebricca
Copy link

ebricca commented Aug 22, 2023

⚠️ Please verify that this feature request has NOT been suggested before.

  • I checked and didn't find similar feature request

🏷️ Feature Request Type

New Monitor

🔖 Feature description

implement a monitor that does just an openssl TLS Certificate Expiry check - for custom protocols / on custom ports

✔️ Solution

openssl s_client $starttls $starttls_proto -servername "$domain" -verify_hostname "$domain" -connect "$host":"$port" $tls_version $s_client_options

❓ Alternatives

more complex - fully monitor STUN / TURN
https://icetest.info

📝 Additional Context

We have been monitoring the certificate expiry of our STUN / TURN server - via:
https://github.com/selivan/https-ssl-cert-check-zabbix/blob/master/ssl_cert_check.sh

https://ourcodeworld.com/articles/read/1526/how-to-test-online-whether-a-stun-turn-server-is-working-properly-or-not

@ebricca ebricca added the feature-request Request for new features to be added label Aug 22, 2023
@CommanderStorm
Copy link
Collaborator

I think this is a duplicate of #1079
If you agree, could you please close this Issue, as duplicates only create immortal zombies and are really hard to issue-manage or rewrite the description+title it to make distinct:

@ebricca
Copy link
Author

ebricca commented Aug 24, 2023

thanks - you are right - i must have been blind

@ebricca ebricca closed this as completed Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features to be added
Projects
None yet
Development

No branches or pull requests

2 participants