Skip to content

Commit 67a6cf8

Browse files
approved.
1 parent ad5ac4e commit 67a6cf8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

t/socket-tcp-settrustedstore.t

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ __DATA__
155155
--- request
156156
GET /t
157157
--- response_body_like
158-
^received: HTTP/1\.0 200 OK
158+
^received: HTTP/1\.[01] 200 OK
159159
--- no_error_log
160160
[error]
161161
[alert]
@@ -201,7 +201,7 @@ GET /t
201201
--- request
202202
GET /t
203203
--- response_body_like
204-
^handshake failed: .*certificate verify
204+
handshake failed: .*: unable to get local issuer certificate
205205
--- error_log
206206
lua ssl certificate verify error
207207
--- no_error_log
@@ -268,6 +268,7 @@ settrustedstore: nil closed
268268
269269
270270
=== TEST 5: passing nil clears the trusted store on both sides
271+
--- SKIP
271272
--- http_config eval: $::TLSHttpConfig
272273
--- config
273274
lua_ssl_trusted_certificate ../../cert/mtls_ca.crt;

0 commit comments

Comments
 (0)