-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
collect statistics about CA #139
Comments
not bad, haven't seen these stats anywhere else! |
yeah, i'm personally very curious to see from whom my traffic is protected and encrypted ... |
This would be GREAT! Fantastic idea ;-) |
Removed this from the 1.0.0 milestone as it'll take more time than I initially thought. There're two ways of handling this:
The second approach is being developed on the passive-tls-query branch. |
while apps are creating TLS connections, the daemon should (asynchronously) reslove the whole certificates chain of every visited host and collect statistics about what certification authority is being used for each one (incrementing its connection counter in a new
by_ca map[string]int
field. These new stats should be rendered as a new tab in the UI.The text was updated successfully, but these errors were encountered: