jinjianming commented on issue #479: URL: https://github.com/apache/apisix-helm-chart/issues/479#issuecomment-1442986247
@tao12345666333 @tokers Hello, I'm here( https://github.com/apache/apisix/issues/8067#issuecomment -1276976555) found a solution and added tls. verify: false; 1. I think the reason for the problem is that the common name (CN) of the certificate needs to be the same as the apisix-control-plane name; 2. My certificate is generated according to SVC-Name (openssl req - new - sha256 - key server.key - out server.csr - subj "/CN=apisix-control-plane-control-plane") 3. Even if my certificate CN information is the same as the apisix-control-plane name, it cannot be authenticated successfully; So I wonder if (apisix-control-plane-control-plane) is not a domain name; ``` Here is my CN information( https://github.com/apache/apisix-helm-chart/issues/479#issuecomment -1442700906) subject: CN=apisix-control-plane-control-plane ``` -- 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]
