-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support disable ssl verify for etcd connection #3283
Comments
This feature will solve #3225 |
Got it. Please assign it to me. |
https://github.com/api7/lua-resty-etcd/blob/master/lib/resty/etcd/v3.lua#L113 @spacewander lua-resty-etcd already supports to verify SSL or not. |
But we don't pass the option to it. |
Should lua-resty-etcd support blocking requests by using luasocket? |
@starsz |
You mean APISIX or others? |
Sorry, it is my mistake... |
Currently when people want to connect etcd cluster via TLS, there is no way to disable SSL verify.
We need to solve it in two aspects:
The text was updated successfully, but these errors were encountered: