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/10/27 01:01:51 UTC

[GitHub] [apisix] luofanyuguai opened a new issue, #8183: bug: ssl handshake failed

luofanyuguai opened a new issue, #8183:
URL: https://github.com/apache/apisix/issues/8183

   ### Current Behavior
   
    Call  url 'https://{domain}' but get ssl error 
   
   ### Expected Behavior
   
   Got a normal http server response
   
   ### Error Logs
   
   2022/10/26 08:28:11 [error] 53#53: *99045 [lua] radixtree_sni.lua:146: match_and_set(): failed to find any SSL certificate by SNI: xx.example.com, context: ssl_certificate_by_lua*, client: 172.21.43.126, server: 0.0.0.0:9443
   
   ### Steps to Reproduce
   
   1. Uploaded cert and key through by apisis-dashboard
   2. Add a /etc/hosts domain record with target to Apisix server IP
   3. Curl a url with 'https' scheme
   4. Failed to call 
   
   ### Environment
   
   Start docker compose by using example in https://github.com/apache/apisix-docker/example


-- 
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.apache.org

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


[GitHub] [apisix] luofanyuguai commented on issue #8183: bug: ssl handshake failed

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

   In Apisix the ssl config path on etcd is  ` ssl_certificates, err = core.config.new("/ssls", `
   But I found that In Apisix-dashboard the path was `HubKeySsl          HubKey = "ssl"`


-- 
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] hf400159 commented on issue #8183: bug: ssl handshake failed

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

   Dashboard is still using the 2.x version of the API


-- 
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] luofanyuguai closed issue #8183: bug: ssl handshake failed

Posted by GitBox <gi...@apache.org>.
luofanyuguai closed issue #8183: bug: ssl handshake failed
URL: https://github.com/apache/apisix/issues/8183


-- 
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] tokers commented on issue #8183: bug: ssl handshake failed

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

   @bzp2010 is it due to the compability between apisix 3.0 and dashboard?


-- 
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] luofanyuguai commented on issue #8183: bug: ssl handshake failed

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

   the image is  apache/apisix:2.99.0-debian


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