Skip to content

Commit 3ebd144

Browse files
committed
Fixing the test case TestConfig_TrustCACerts ( ssl on is removed)
Signed-off-by: rohitagg2020 <[email protected]>
1 parent e66ee80 commit 3ebd144

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/e2e/assets/https-server/server.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ data:
8080
8181
http {
8282
server {
83-
listen 443;
84-
85-
ssl on;
83+
listen 443 ssl;
8684
ssl_certificate /etc/ssl/https-server.crt;
8785
ssl_certificate_key /etc/ssl/https-server.key;
8886
server_name https-svc.default.svc.cluster.local;

0 commit comments

Comments
 (0)