Hi, Community, Now APISIX Dashboard does not support HTTPS access, which is not safe and easy to be hijacked and sniffed.
We should support HTTPS access. We have two options to support HTTPS. Option 1 Use APISIX to proxy Dashboard, and APISIX provides HTTPS support. Generally, people will not directly expose Dashboard to the Internet, and it is natural to use APISIX to proxy. And in this option, Dashboard does not need to be changed. Option 2 The Dashboard Manager API directly supports HTTPS. The advantage of this is that it can also support HTTPS without using APISIX or other servers to proxy Dashboard. And people can also continue to choose option 1. Do you think it is necessary to directly support HTTPS in the Dashboard Manager API? Thanks!