charles-liming opened a new issue, #2768: URL: https://github.com/apache/apisix-dashboard/issues/2768
### Issue description I used apisixTLS + secret to manage my https certificate. Then I logged into the dashboard and found that the expiration time of my SNI showed invilad date.It doesn't affect my business, but I think it's an important function. It should be displayed correctly. ### Expected behavior The dashboard should normally display the expiration time of the SNI ### How to Reproduce 1、install repo and fetch localhost helm repo add apisix https://charts.apiseven.com/ helm repo add bitnami https://charts.bitnami.com/bitnami helm fetch apisix/apisix tar -xvf apisix-0.7.2.tgz mkdir -p apisix/ci 2、Define a value.yaml for helm chart as follows ci/prod.yaml apisix: enabled: true gateway: type: NodePort externalTrafficPolicy: Cluster http: enabled: true servicePort: 80 containerPort: 9080 tls: enabled: true # 启用 tls servicePort: 443 containerPort: 9443 etcd: enabled: true replicaCount: 3 dashboard: enabled: true ingress-controller: enabled: true config: apisix: serviceName: apisix-admin serviceNamespace: ingress-apisix 3、install chart helm upgrade --install apisix ./apisix -f ./apisix/ci/prod.yaml -n apisix 4、 create tls secret and apisixTLS 5、Log in to the dashboard and check whether the sni display is normal ### Screenshots _No response_ ### Environment APISIX version (run apisix version): ingress-apisix 1.6 Operating system (run uname -a): Linux shxt-test-cpu-public-gc-inside-02-1c2c 3.10.0-862.14.1.5.h520.eulerosv2r7.x86_64 https://github.com/apache/apisix/pull/1 SMP Wed Nov 25 18:33:06 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux OpenResty / Nginx version (run openresty -V or nginx -V): This version follows the ingress-apisix 1.6 version etcd version, if relevant (run curl http://127.0.0.1:9090/v1/server_info): This version follows the ingress-apisix 1.6 version APISIX Dashboard version, if relevant: This version follows the ingress-apisix 1.6 version Plugin runner version, for issues related to plugin runners: This version follows the ingress-apisix 1.6 version LuaRocks version, for installation issues (run luarocks --version): This version follows the ingress-apisix 1.6 version ### Additional context _No response_ -- 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]
