can we have same domain name as target server in apigee virtual host?

akavikadu
Participant I

Example : My target server domain name : www.api.avi.com

I want to use same name in virtual host alias .

I need to provide cert based authentication to the proxy. I have root cert of my domain.

Is this possible ?

Solved Solved
0 1 464
1 ACCEPTED SOLUTION

dgaju
Participant I

@avinash Yes, you can create your own DNS entry and CNAME record(api.avi.com) ? Can you try to create new target server with same keystore used earlier by using create virtual host and add as same name as alias. For instance . { "name": "https_vhost", "hostAliases": ["api.avi.com"], "port": "443", "interfaces" : [], "baseUrl" : "", "sSLInfo": { "enabled": "true", "clientAuthEnabled": "false", "keyStore": "urkeystore", "trustStore": "", "keyAlias": "urkeystore", "ciphers": [], "protocols": [] } }.

Try as like above, if not get it. You can create support case, they will do.

View solution in original post

1 REPLY 1

dgaju
Participant I

@avinash Yes, you can create your own DNS entry and CNAME record(api.avi.com) ? Can you try to create new target server with same keystore used earlier by using create virtual host and add as same name as alias. For instance . { "name": "https_vhost", "hostAliases": ["api.avi.com"], "port": "443", "interfaces" : [], "baseUrl" : "", "sSLInfo": { "enabled": "true", "clientAuthEnabled": "false", "keyStore": "urkeystore", "trustStore": "", "keyAlias": "urkeystore", "ciphers": [], "protocols": [] } }.

Try as like above, if not get it. You can create support case, they will do.