Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinsRan committed May 29, 2024
1 parent 342678c commit f0872b7
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions t/admin/ssl4.t
Original file line number Diff line number Diff line change
Expand Up @@ -483,16 +483,29 @@ passed
=== TEST 14: Successfully access test.com
--- yaml_config
apisix:
node_listen: 1984
data_encryption:
keyring:
- qeddd145sfvddff3
- edd1c9f0985e76a1
--- exec
curl -k --resolve "test2.com:1994:127.0.0.1" https://test2.com:1994/hello 2>&1 | cat
curl -k -s --resolve "test2.com:1994:127.0.0.1" https://test2.com:1994/hello 2>&1 | cat
--- response_body
hello world
=== TEST 15: Successfully access test2.com
--- yaml_config
apisix:
node_listen: 1984
data_encryption:
keyring:
- qeddd145sfvddff3
- edd1c9f0985e76a1
--- exec
curl -k --resolve "test2.com:1994:127.0.0.1" https://test2.com:1994/hello 2>&1 | cat
curl -k -s --resolve "test2.com:1994:127.0.0.1" https://test2.com:1994/hello 2>&1 | cat
--- response_body
hello world

0 comments on commit f0872b7

Please sign in to comment.