-
Notifications
You must be signed in to change notification settings - Fork 32
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
[Feature Request] Show TLS/SSL Connection Details #610
Comments
Thanks! I believe that, typically, a reverse proxy in front of the app handles TLS, so the webhook tester wouldn't capture the original request's TLS information. Or am I mistaken? |
@gareth-johnstone friendly ping |
@tarampampam Sorry for late response, its been pretty hectic last few days! You are absolutely right, it would be the reverse proxy that would be picking up that information! |
I believe we have only one option to capture this information - I can add support for TLS certificates in the app, so it will listen on HTTPS instead of HTTP. However, this will require exposing the container port directly to the external world and avoiding the use of any proxy, ingress, etc. That said, is frequently debugging TLS information necessary? |
We have an external firewall so can therefore block most things anyway - maybe be good as an option to do it this way - for most a reverse proxy would probably be fine, but if you want the additional info, use it directly?
Probably not, its been a recent requirement for some old software where we are using various versions of SSL over a series of webhooks and trying to figure out which is using what was kind of difficult, so thought it would be a great addition - also very useful for debugging services that have disabled TLS1.1 etc. |
Got it, thanks for clarifying. I'll give it some thought! |
Excellent work with v2, its working way better than v1!
What would be great is if we can see in the meta information of the request, what version of TLS was used for the connection as well as maybe some other SSL/TLS related information?
I was thinking something along the lines of what this service offers:
https://www.howsmyssl.com/a/check
I think mostly the
tls_version
andgiven_cipher_suites
would be very beneficial.The text was updated successfully, but these errors were encountered: