apisix-dashboard icon indicating copy to clipboard operation
apisix-dashboard copied to clipboard

Upload certificate path error

Open solid-wang opened this issue 3 years ago • 3 comments

Issue description

apisix errer.log: radixtree_sni.lua:146: match_and_set(): failed to find any SSL certificate by SNI

Expected behavior

The ssl uploaded through the dashboard is stored in the /apisix/ssl/ path of etcd, but actually needs to be placed in the /apisix/ssls/ path.

How to Reproduce

Upload the certificate through the dashboard and configure the route. Visit your site.

Screenshots

No response

Environment

  • apisix version (cmd: apisix version):
  • OS (cmd: uname -a):
  • OpenResty / Nginx version (cmd: nginx -V or openresty -V):
  • etcd version, if have (cmd: run etcd --version):
  • apisix-dashboard version, if have:
  • Browser version, if have:

Additional context

No response

solid-wang avatar Sep 28 '22 09:09 solid-wang

what's your apisixand dashboard version?

C2022021 avatar Sep 29 '22 06:09 C2022021

I faced the same issue :-(

dashboard version 2.13.0 and commit hash 7543860

kwanhur avatar Sep 30 '22 13:09 kwanhur

i face the Same promblem

panhow avatar Oct 09 '22 06:10 panhow

Same promblem here. My apisix image version is "apache/apisix:2.99.0-debian" baseed on the compose file from https://github.com/apache/apisix-docker/blob/master/example/docker-compose.yml

Problem is solved since I downgrade apisix image to 2.13. @panhow @kwanhur @solid-wang

ChaojuWang avatar Oct 20 '22 20:10 ChaojuWang

Same promblem here. My apisix image version is "apache/apisix:2.99.0-debian" baseed on the compose file from https://github.com/apache/apisix-docker/blob/master/example/docker-compose.yml

Problem is solved since I downgrade apisix image to 2.13. @panhow @kwanhur @solid-wang

thanks for your notification.

kwanhur avatar Oct 27 '22 16:10 kwanhur

Fixed in dashboard 3.0.0. If there is still a problem, please open it again.

Baoyuantop avatar Feb 27 '23 08:02 Baoyuantop