You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/13 06:57:15 UTC

[GitHub] [apisix] rockjing opened a new issue #6598: request help: How to config https with APISIX dashboard

rockjing opened a new issue #6598:
URL: https://github.com/apache/apisix/issues/6598


   ### Issue description
   
   How to config the ssl in APISIX dashboard?
   What I did ... ?
   Installed apisix with port 9080 and apisix-dashboard with port 9000
   Step 1,
   I add one *.example.com certification in dashboard.
   Step2,
   I had setup the router which point to host - a.example.com and an upstream as its backend service.
   
   Now  I could access one site like http://a.example.com:9080, but while I switch to https. there is no response.
   
   
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): 2.11.0
   - apisix dashboard version : 2.10.1
   - OS (cmd: `uname -a`): docker 
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   - apisix-dashboard version, if have:
   - the plugin runner version, if the issue is about a plugin runner (cmd: depended on the kind of runner):
   - luarocks version, if the issue is about installation (cmd: `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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] rockjing commented on issue #6598: request help: How to config https with APISIX dashboard

Posted by GitBox <gi...@apache.org>.
rockjing commented on issue #6598:
URL: https://github.com/apache/apisix/issues/6598#issuecomment-1066048216


   This is clear.
   <img width="587" alt="image" src="https://user-images.githubusercontent.com/7794800/158050832-d5f20fa0-f470-47b1-8a84-83d68b94ecde.png">
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] rockjing commented on issue #6598: request help: How to config https with APISIX dashboard

Posted by GitBox <gi...@apache.org>.
rockjing commented on issue #6598:
URL: https://github.com/apache/apisix/issues/6598#issuecomment-1066048049


   I joined the ASF space of slack and search something in it. I found the way to solve it.
   So enable the ssl in apisix with config.yaml.
   `apisix:
       node_listen: 9080              # APISIX listening port
       ssl:
          listen_port: 9443
   `
   now try https://a.example.com:9443 it's OK!
   
   Good luck for you!


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] rockjing closed issue #6598: request help: How to config https with APISIX dashboard

Posted by GitBox <gi...@apache.org>.
rockjing closed issue #6598:
URL: https://github.com/apache/apisix/issues/6598


   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org