ly-hash opened a new issue, #6899:
URL: https://github.com/apache/apisix/issues/6899

   ### Description
   
   I want to access APISIX on the public network and need to add security, so I 
use HTTPS transmission. However, I can't configure HTTPS. After I start apifix, 
I see nginx in the conf directory There seems to be a default CRT and key in 
the conf file. If you access port 9443 of HTTPS, you can't access it. Look at 
the listening port 9443, it exists, but you can't access it. What else do I 
need to do to configure or deal with it?
   nginx.conf
   ssl_certificate cert/ssl_PLACE_HOLDER.crt;
   ssl_certificate_key cert/ssl_PLACE_HOLDER.key;
   
   ### Environment
   
   - APISIX version (run `apisix version`): 2.13.0
   - Operating system (run `uname -a`): centOS7
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): 1.19.9.1
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


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