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 2021/09/07 09:57:57 UTC

[GitHub] [apisix] spacewander commented on a change in pull request #5000: feat: allow configuring fallback SNI

spacewander commented on a change in pull request #5000:
URL: https://github.com/apache/apisix/pull/5000#discussion_r703365195



##########
File path: t/router/radixtree-sni2.t
##########
@@ -354,3 +354,47 @@ failed to do SSL handshake: handshake failed
 failed to fetch ssl config: failed to find SNI: please check if the client requests via IP or uses an outdated protocol
 --- no_error_log
 [alert]
+
+
+
+=== TEST 9: client request without sni, but fallback_sni is set
+--- yaml_config
+apisix:
+  node_listen: 1984
+  ssl:
+    fallback_sni: "a.test2.com"
+--- config
+listen unix:$TEST_NGINX_HTML_DIR/nginx.sock ssl;
+
+location /t {

Review comment:
       ? There is no `location /t { /t {`.




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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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