juzhiyuan commented on code in PR #8215: URL: https://github.com/apache/apisix/pull/8215#discussion_r1020630980
########## docs/en/latest/FAQ.md: ########## @@ -281,6 +286,30 @@ To configure Apache APISIX to listen on multiple ports, you can: 2. Reload or restart Apache APISIX. +## After uploading the SSL certificate, why can't the corresponding route be accessed through HTTPS + IP? + +If you directly use HTTPS + IP address to access the server, the server will use the IP address to compare with the bound SNI. Since the SSL certificate is bound to the domain name, the corresponding resource cannot be found in the SNI, so that the certificate will be verified. The authentication fails, and the user cannot access the gateway via HTTPS + IP. Review Comment: <img width="955" alt="image" src="https://user-images.githubusercontent.com/2106987/201449558-3418d4f9-3c9d-4997-997a-0d9e2c709f57.png"> emmm Two duplicated paragraphs? -- 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]
