apisix/rockspec
Alex Zhang 5191374545
feat: support TLS connection with etcd. (#2548)
Support the TLS connection when communicating with etcd cluster. We added a configuration item to custom the certificate verification. Whether to setup TLS connection or not depends on the endpoints' scheme, for instance, when endpoints are:

```
etcd:
  host:
    - "https://127.0.0.1:2379"
    - "https://127.0.0.1:3379"
```

APISIX will originate TLS connection automatically, and the Server Name Indication extention will be set by the endpoint host (`127.0.0.1` in above case). Note by default APISIX will verify the certificate, close the verification in configuration explicitly if you want to bypass it.

```
etcd:
  tls:
    verfiy: false
```
2020-11-03 13:53:39 +08:00
..
apisix-0.5-0.rockspec license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
apisix-0.6-0.rockspec license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
apisix-0.7-0.rockspec license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
apisix-0.8-0.rockspec license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
apisix-0.9-0.rockspec rocks: use tag instead of branch. (#2003) 2020-08-06 10:28:24 +08:00
apisix-1.0-0.rockspec rocks: use tag instead of branch. (#2003) 2020-08-06 10:28:24 +08:00
apisix-1.1-0.rockspec rocks: use tag instead of branch. (#2003) 2020-08-06 10:28:24 +08:00
apisix-1.2-0.rockspec rocks: use tag instead of branch. (#2003) 2020-08-06 10:28:24 +08:00
apisix-1.3-0.rockspec rocks: use tag instead of branch. (#2003) 2020-08-06 10:28:24 +08:00
apisix-1.4-0.rockspec rocks: use tag instead of branch. (#2003) 2020-08-06 10:28:24 +08:00
apisix-1.4.1-0.rockspec rocks: use tag instead of branch. (#2003) 2020-08-06 10:28:24 +08:00
apisix-1.5-0.rockspec rocks: use tag instead of branch. (#2003) 2020-08-06 10:28:24 +08:00
apisix-2.0-0.rockspec release: release 2.0 version. (#2283) 2020-10-27 10:11:04 +08:00
apisix-master-0.rockspec feat: support TLS connection with etcd. (#2548) 2020-11-03 13:53:39 +08:00