You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/11/23 02:36:41 UTC

[GitHub] [apisix] tokers commented on a change in pull request #2815: fix: check decrypt key to prevent lua thread aborted

tokers commented on a change in pull request #2815:
URL: https://github.com/apache/apisix/pull/2815#discussion_r528447380



##########
File path: t/router/radixtree-sni.t
##########
@@ -1254,3 +1254,81 @@ connected: 1
 failed to do SSL handshake: handshake failed
 --- error_log
 decrypt ssl key failed.
+
+
+
+=== TEST 28: set miss_head ssl certificate
+--- config
+location /t {
+    content_by_lua_block {
+        local core = require("apisix.core")
+        local t = require("lib.test_admin")
+
+        local ssl_cert = t.read_file("t/certs/miss_head.crt")

Review comment:
       The ssl creation will be failed if https://github.com/apache/apisix/issues/2816 is solved.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org