How to LB/proxy https site from kong to multiple nginx

Hi All,

I have a website which is running on Nginx https proto. I am trying to add kong in between mean kong will be frontend then https request will come to kong and it will forward to upstream and upstream will response.

We are trying to analyzing all the calls which are the app is serving for performance improvement.

I have created upstream on kong and added Nginx Ip’s and upstream name added to service and created proxy. but at the time of accessing the https site it’s showing “ERR_CONNECTION_RESET”. also observe on kong no service is running on port 443.

can anyone help me on this.