Naked domain abc.com not rendering while www.abc.com renders correctly on AEM Cloud
Hi all,
We have a strange issue in our setup - We are using Imperva as WAF and has been configured correctly by doing the below things following Customer managed CDN points to AEM managed CDN-
- Point WAF to the Adobe CDN’s ingress as its origin domain.
Set SNI to the Adobe CDN’s ingress.
- Set the Host header to the origin domain. For example: Host:publish-p<PROGRAM_ID>-e<ENV-ID>.adobeaemcloud.com.
Set the X-Forwarded-Host header with the domain name so AEM can determine the host header. For example: X-Forwarded-Host:example.com.
Set X-AEM-Edge-Key. The value should be configured using a Cloud Manager config pipeline, as described in this article.
Once done the requests from www.abc.com are getting routed to AEM successfully but the request from naked domain "abc.com" are not working.
The certificate installed at WAF is valid for both abc.com and www.abc.com so it should have worked same for both.
So we are left with the situation where in abc.com is not getting served and displays the below -

Any pointers on why the setup behaves as such?
Regards,
Naga