foreveryang321 edited a comment 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: false
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]