Let me know, Is kong community edition supports some services with 1 way SSL & others with 2 way SSL?

Hi ,

I am using community edition 1.4 and i have 4 upstream services to connect from my kong.
i have implemented one way ssl and 2 way ssl with below configuration in nging_kong.lua (nginx level)

1-way:
proxy_ssl_trusted_certificate '<CA_cert_path>;
proxy_ssl_verify on;

2-way:

2way ssl configuration to sent kong client certificate to upstream services

proxy_ssl_certificate /etc/pki/tls/certs/portal.qa.ces.cisco.com.pem;
proxy_ssl_certificate_key /etc/pki/tls/private/portal.qa.ces.cisco.com.key;

is it possible to implement some services with 1 way SSL & others with 2 way SSL from kong.

if it is possible let me know how can i enable?

Thanks in advance

Hi, I am into a similar scenario, I have the ssl certificate in .pem format and doesn’t have certificate key, how can i set up the ssl on the service. Please suggest.