2 way SSL between Client application and APIGEE

We are trying to establish 2 way SSL between client and APIGEE.

As per https://docs.apigee.com/api-services/content/configuring-virtual-hosts-cloud#definingavirtualhostfor... we have created virtual host and uploaded the certs in truststore.

Can we reuse the same virtual host for another client to establish 2 way SSL with apigee??

Thanks,

Anusha.

0 1 1,346
1 REPLY 1

Yes, a virtual host should be used to serve multiple clients. For the SSL handshake to succeed, you just need to make sure that your virtual host refers to a truststore which contains all the root CA's which have signed the client's certificate.Depending on how the clients present their certificate chain, sometimes you need to upload Intermediary CA's as well.