How to use https from certificate and sni?

I’m try to use https , what is sni name? is this must mapping to the same to Service.host or Route.hosts ?
It is best to provide demo.
please help me, thank you

Hello @46557783,

Routes in Kong define how requests from clients are accepted and route to a Service in Kong.
This blog post is a good introduction to relationship between Routes and Services.

Since you would like to do TLS termination for the connection between client and Kong, you’ll need to set the SNI name to the Host header of the requests you expect Kong to handle.