arbor-95 commented on issue #11790:
URL: https://github.com/apache/apisix/issues/11790#issuecomment-2507050872

   The problem has been solved。
   
   - When generating the server certificate, add 'etcd-node-1' to hosts
   ```
   # server-csr.json
   {
    ... ...
       "hosts": [
            ... ... 
        "etcd-node-1",
        "etcd-node-2",
        "etcd-node-3"
       ],
      ... ...
   }
   ```
   
   - Apisix add SNI
   ```
   deployment:        
     etcd:
       tls:
         cert: /pki/client.pem      
         key: /pki/client-key.pem       
         sni: etcd-node-1
         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: [email protected]

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

Reply via email to