dw-3 opened a new issue #3270:
URL: https://github.com/apache/apisix/issues/3270


   [root@dev-apisix ~]# apisix restart
   nginx: [error] open() "/usr/local/apisix/logs/nginx.pid" failed (2: No such 
file or directory)
   got malformed version message: "" from etcd
   
   
   
   
   配置如下:
   etcd:
     host:                           # it's possible to define multiple etcd 
hosts addresses of the same etcd cluster.
       - "https://10.10.100.71:2379";     # multiple etcd address, if your etcd 
cluster enables TLS, please use https scheme,
       - "https://10.10.100.72:2379";     # multiple etcd address, if your etcd 
cluster enables TLS, please use https scheme,
       - "https://10.10.100.73:2379";     # multiple etcd address, if your etcd 
cluster enables TLS, please use https scheme,
                                     # e.g. "https://127.0.0.1:2379";.
     prefix: "/apisix"               # apisix configurations prefix
     timeout: 30                     # 30 seconds
     # resync_delay: 5               # when sync failed and a rest is needed, 
resync after the configured seconds plus 50% random jitter
     # user: root                    # root username for etcd
     # password: 5tHkHhYkjr6cQY      # root password for etcd
     tls:
       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.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to