zeritti commented on issue #11523:
URL: https://github.com/apache/apisix/issues/11523#issuecomment-2306608162

   What might be worth a try is setting `fallback_sni` in your dataplane's 
configuration 
([Ref.](https://github.com/apache/apisix/blob/master/conf/config.yaml.example)):
   
   > Fallback SNI to be used if the client does not send SNI during
   > the handshake.
   
   ```yaml
   apisix:
     ssl:
       fallback_sni: "YOUR_SAN_DOMAIN_NAME"
   ```
   


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

Reply via email to