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/10/12 12:03:29 UTC

[GitHub] [apisix] tzssangglass commented on a change in pull request #5206: feat: support specify custom sni in etcd conf

tzssangglass commented on a change in pull request #5206:
URL: https://github.com/apache/apisix/pull/5206#discussion_r727068787



##########
File path: conf/config-default.yaml
##########
@@ -272,6 +272,7 @@ etcd:
 
     verify: true                  # whether to verify the etcd endpoint certificate when setup a TLS connection to etcd,
                                   # the default value is true, e.g. the certificate will be verified strictly.
+  #sni:                           # the SNI fot etcd TLS requests

Review comment:
       Yes, but in lua-resty-etcd sni is same level as tls, which I didn't think of at the time. Now if I want to change it, I need to change the code. I think it can be tolerated




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