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/24 01:37:50 UTC

[GitHub] [apisix] foreveryang321 commented on issue #5125: request help: configure etcd tls and stream_proxy at the same time, etcd cannot connect

foreveryang321 commented on issue #5125:
URL: https://github.com/apache/apisix/issues/5125#issuecomment-926280006


   when i set etcd.tls.verify to false, than it works well.
   
   ```yaml
   apisix:
     ...
     ssl:
       ssl_trusted_certificate: /usr/local/apisix/ssl/etcd-ca.pem
   
     stream_proxy:
       only: false
       tcp:
         - addr: 9200
           tls: true
   
   etcd:
     ...
     tls:
       ...
       verify: true
   ```


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