Skip to content

Commit

Permalink
Merge pull request #1345 from carvel-dev/ra-fix-test-config-trust-ca-…
Browse files Browse the repository at this point in the history
…certs

Fixing the test case TestConfig_TrustCACerts ( ssl on is removed)
  • Loading branch information
rohitagg2020 authored Oct 12, 2023
2 parents c3f692b + 3ebd144 commit 43f2334
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/assets/https-server/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ data:
http {
server {
listen 443;
ssl on;
listen 443 ssl;
ssl_certificate /etc/ssl/https-server.crt;
ssl_certificate_key /etc/ssl/https-server.key;
server_name https-svc.default.svc.cluster.local;
Expand Down

0 comments on commit 43f2334

Please sign in to comment.