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 2021/09/13 04:16:08 UTC

[GitHub] [apisix] leslie-tsang edited a comment on issue #5047: bug: The SNI match should be case-insensitive

leslie-tsang edited a comment on issue #5047:
URL: https://github.com/apache/apisix/issues/5047#issuecomment-917825863


   > The SNI should be case-insensitive, While if the snis field in the SSL object contains some uppercase letters, APISIX doesn't convert them into lowercase, as a result, when SNI sent from the client is all in lowercase, the SNI matching will fail and the SSL handshaking will be aborted.
   
   Can't agree more, `string.lower` seems to be a feasible method


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