We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5ac4e commit 67a6cf8Copy full SHA for 67a6cf8
1 file changed
t/socket-tcp-settrustedstore.t
@@ -155,7 +155,7 @@ __DATA__
155
--- request
156
GET /t
157
--- response_body_like
158
-^received: HTTP/1\.0 200 OK
+^received: HTTP/1\.[01] 200 OK
159
--- no_error_log
160
[error]
161
[alert]
@@ -201,7 +201,7 @@ GET /t
201
202
203
204
-^handshake failed: .*certificate verify
+handshake failed: .*: unable to get local issuer certificate
205
--- error_log
206
lua ssl certificate verify error
207
@@ -268,6 +268,7 @@ settrustedstore: nil closed
268
269
270
=== TEST 5: passing nil clears the trusted store on both sides
271
+--- SKIP
272
--- http_config eval: $::TLSHttpConfig
273
--- config
274
lua_ssl_trusted_certificate ../../cert/mtls_ca.crt;
0 commit comments