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 12:21:34 UTC

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

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



##########
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:
       Add TODO comment and I will solve this case in `SSL certificate check` PR.




----------------------------------------------------------------
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