How to disable SSL certification verification for the upstream service

Hi all,

I configured Kong as a proxy to receive REST requests and forward to a HTTPS upstream service. The issue is that, I don’t have the SSL private key to configure the /certificates admin api as provided by Kong. Hence, I wonder whether there is a way to disable this SSL certification verification in Kong.

Thanks,
Tuan Nguyen

Hi, I am not totally sure but you can disable it on the upstream configuration.Check the healthchecks.active.https_verify_certificate option on

Hope I got you right and it helps.