tokers commented on a change in pull request #2815:
URL: https://github.com/apache/apisix/pull/2815#discussion_r528447677
##########
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:
Or add a TODO comment here.
----------------------------------------------------------------
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:
[email protected]