Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Domain abc.com is not reflecting to "Verified" status in Adobe Cloud Manager

Avatar

Level 5

Hey Guys,

 

We have a domain abc.com which is managed by the client.

We have uploaded the customer managed certificate but the domain is still not getting verified.

 

The setup works correctly as the requests hit on domain abc.com are served by AEM Publisher.

The setup uses WAF which has rewrites configured to valid AEM Publishers with X-Forwarded-Host header set to abc.com and correct X-AEM-Edge-Key configured.

 

However, when we navigate to the "Domain Settings" we see the below domain as "Not Verified"

NageshRaja_0-1748890202995.png

Same under "Domain Mappings" we see the following - 

NageshRaja_1-1748890293776.png

Interesting observation is we have already configured the steps mentioned in "Go Live" - 

a. Configure A Record - Login to your Domain Registrar and create an A record to point to all the IP addresses listed

b. Configure CName - Add "cdn.adobeaemcloud.com" CNAME record on abc.com.

NageshRaja_2-1748890452744.png

 

However in out case the cdn.adobeaemcloud.com didn't work. We had to configure the publisher "publish-p<pid>-e<eid>.adobeaemcloud.com for the flow to work.

 

Can anyone help why the domain and mappings are not showing to resolved status?

And why the CName didn't work for cdn.adobeaemcloud.com but it worked for publisher adobeaemcloud.com?

 

Thanks,

Nagesh

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hey @NageshRaja,


cdn.adobeaemcloud.com is a generic domain - Its not a valid origin!

The actual origin you configure in your CDN is publish-p<PROGRAM_ID>-e<ENV_ID>.adobeaemcloud.com
The DNS points to your CDN.

Can you conduct a smoke test using the below?

curl -I https://abc.com -H 'x-aem-debug:edge=true' 
The HTTP headers should confirm the route.

 

Thanks,

Rohan Garg

View solution in original post

4 Replies

Avatar

Community Advisor

Hi @NageshRaja ,

Avatar

Level 5

Hi @AmitVishwakarma,

 

Thanks for replying!

If the DNS must necessarily point to Adobe CDN then why does the Customer managed CDN points to AEM managed CDN says "Point your CDN to the Adobe CDN’s ingress as its origin domain. For example, publish-p<PROGRAM_ID>-e<ENV-ID>.adobeaemcloud.com"

It doesn't mention cdn.adobeaemcloud.com as the ingress
Moreover when we configure cdn.adobeaemcloud.com as the ingress then the request doesn't come to publisher.

 

Finally since the request routes from WAF to Adobe CDN shouldn't the dig give imperva as shown below?

naga_krish@EPUGW0238 ~ % dig www.abc.com CNAME +short
nsi9go2.ng.impervadns.net.

Avatar

Correct answer by
Community Advisor

Hey @NageshRaja,


cdn.adobeaemcloud.com is a generic domain - Its not a valid origin!

The actual origin you configure in your CDN is publish-p<PROGRAM_ID>-e<ENV_ID>.adobeaemcloud.com
The DNS points to your CDN.

Can you conduct a smoke test using the below?

curl -I https://abc.com -H 'x-aem-debug:edge=true' 
The HTTP headers should confirm the route.

 

Thanks,

Rohan Garg

Avatar

Administrator

@NageshRaja Did you find the suggestion helpful? If you need more information, please let us know. If a response resolved your issue, kindly mark it as correct to help others in the future. Alternatively, if you discovered a solution on your own, we'd appreciate it if you could share it with the community. Thank you.



Kautuk Sahni