-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
e2e tests for min/max TLS protocol version and cipher suite #9104
Comments
This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
You should be able to use
Background: I'm in process of modernizing TLS defaults in Envoy, so it would be great to make sure that configuring TLS protocol versions in Istio works, so that users can re-enable older protocols if needed. |
@ijsnellf any chance this could make it before 1.1? Thanks! |
+1. when is this expected to be out? thanks. |
This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last month and a half. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions. |
This is a nice to have test, but not high priority in the short term. I added "help wanted". It would be great if someone from community can help out. |
This would be good to add since upstream changed defaults (removed TLS 1.0 and TLS 1.1 from client-side defaults), so not having this might bite us in 1.5. |
🚧 This issue or pull request has been closed due to not having had activity from an Istio team member since 2019-11-14. If you feel this issue or pull request deserves attention, please reopen the issue. Please see this wiki page for more information. Thank you for your contributions. Created by the issue and PR lifecycle manager. |
There are no e2e tests for min/max TLS protocol version and cipher suite. See istio/api#645 and #9103
Go doesn't seem to have an easy way to use an older version of TLS so we can easily test this.
The text was updated successfully, but these errors were encountered: