Skip to content
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

Closed
zuercher opened this issue Jan 18, 2018 · 1 comment
Closed

SSL tests fail on Mac OS High Sierra (10.13+) #2395

zuercher opened this issue Jan 18, 2018 · 1 comment
Assignees

Comments

@zuercher
Copy link
Member

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.

@zuercher
Copy link
Member Author

Fixed in #2396.

Shikugawa pushed a commit to Shikugawa/envoy that referenced this issue Mar 28, 2020
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant