-
Notifications
You must be signed in to change notification settings - Fork 41
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
Birdwatcher enabling more secure TLS communication #44
Comments
Hello again, Is there aynone interested i this as well. Thanks in advance |
If you require additional security, I recommend binding birdwatcher to localhost and let a reverse proxy like nginx or haproxy do the TLS termination. |
I can see scenarios though where integrating this would make sense. |
Hello Annika, Thank you for your feedback and sorry for the delay I took to reply to it. It is not related but I wanted to congrat you regarding your nice presentation yesterday during the Ripe83 meeting. So, I should update it on Monday. |
Hello Annika, After having discussed internally, we think it is overkilled to use nginx to address this in our infrastructure. I let this link which might help others wanting the same feature: https://gist.github.com/denji/12b3a568f092ab951456 If someone decides to address this issue, I would be pleased to participate looking for information if needed. |
if I read this correctly adding something like
when initializing the http server |
should be possible... |
Dear Annika, Thank you for this reply. |
Hello,
Thank you for the job.
We would like to be able to disable TLS v1.0 and v1.1 and maybe use stronger Ciphers than the default ones.
It does not seem to be configurable.
I am not a developer that is why I cannot affirm anything.
I think the TLS configuration for Birdwatcher is using this package: https://pkg.go.dev/crypto/tls
If it is the case, it should be possible to implement this ability.
Thanks in advance for any feedback.
The text was updated successfully, but these errors were encountered: