Skip to content

Commit

Permalink
Fixing the test case TestConfig_TrustCACerts ( ssl on is removed)
Browse files Browse the repository at this point in the history
Signed-off-by: rohitagg2020 <rohit.aggarwal2020@gmail.com>
  • Loading branch information
rohitagg2020 committed Oct 10, 2023
1 parent e66ee80 commit 3ebd144
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 3ebd144

Please sign in to comment.