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

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 ?

@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.