-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
SSL tests fail on Mac OS High Sierra (10.13+) #2395
Comments
zuercher
added a commit
to turbinelabs/envoy
that referenced
this issue
Jan 18, 2018
…failure (fixes envoyproxy#2395) Signed-off-by: Stephan Zuercher <[email protected]>
Fixed in #2396. |
Shikugawa
pushed a commit
to Shikugawa/envoy
that referenced
this issue
Mar 28, 2020
Signed-off-by: Piotr Sikora <[email protected]>
jpsim
pushed a commit
that referenced
this issue
Nov 28, 2022
As part of this change, common xDS test functionality has been factored out into the XdsIntegrationTest class, and both the SdsIntegrationTest and RtdsIntegrationTest subclass XdsIntegrationTest. Future xDS integration tests should also subclass the XdsIntegrationTest to get the common functionality and setup. Signed-off-by: Ali Beyad <[email protected]> Signed-off-by: JP Simard <[email protected]>
jpsim
pushed a commit
that referenced
this issue
Nov 29, 2022
As part of this change, common xDS test functionality has been factored out into the XdsIntegrationTest class, and both the SdsIntegrationTest and RtdsIntegrationTest subclass XdsIntegrationTest. Future xDS integration tests should also subclass the XdsIntegrationTest to get the common functionality and setup. Signed-off-by: Ali Beyad <[email protected]> Signed-off-by: JP Simard <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description: In 10.13, Mac OS switched away from OpenSSL to LibreSSL. The installed version does not allow the creation of expired certificates. Envoy SSL tests generate two certificates (one expired). The later fails to generate, causing the tests to fail.
Repro steps: run tests, the gen_unittest_certs.sh script fails with
bad number of days: too small
.The text was updated successfully, but these errors were encountered: