OpenSIPS / opensips

OpenSIPS is a GPL implementation of a multi-functionality SIP Server that targets to deliver a high-level technical solution (performance, security and quality) to be used in professional SIP server platforms.
https://opensips.org
Other
1.26k stars 576 forks source link

[FEATURE] Export statistics for tls_mgm #3315

Open okhowang opened 6 months ago

okhowang commented 6 months ago

Is your feature request related to a problem? Please describe.

I want known tls version/ciphersuite distribution of client.

Describe the solution you'd like

tls_mgm export some statistics which can be grabbed by prometheus

Implementation

- Component:

Describe alternatives you've considered

Additional context

github-actions[bot] commented 6 months ago

Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days.

github-actions[bot] commented 5 months ago

Marking as closed due to lack of progress for more than 30 days. If this issue is still relevant, please re-open it with additional details.

bogdan-iancu commented 5 months ago

@okhowang , a lot of information about the props of the TLS conn may be fetched via variables, see https://opensips.org/html/docs/modules/3.4.x/tls_mgm.html#idp5733984. Typically the statistics are counters / numerical values, so not suitable for what you described here. Let me know if there is anything else left or we can close for good.

okhowang commented 5 months ago

for example, I want know how many client use outdated tls 1.0 or many client use outdated cipher suit like MD5 related