2 Answers
- Newest
- Most votes
- Most comments
0
Hi Jasinski,
I understand you access your website the address changes to “lb-sample.elb.amazon.aws.com” and does not stay as the custom address `mysample.com. You can prevent the change by creating an SSL/TLS certificate for your distribution, follow the documentation with the guided steps[1].
answered 4 years ago
0
The issue was that my ALB was SSL/TLS configured also. So once CDN was redirecting to ALB, the ALB also changed to enforce SSL. To solve this I've created a new load balancer withou SSL/TLS and redirected my CDN to this LB.
answered 4 years ago
Relevant content
asked 4 years ago
asked 4 years ago
asked 5 years ago
- AWS OFFICIALUpdated 2 years ago

Hi Lwazi, thanks by the answer. I already have ths SSL/TLS certificate ate my CDN. I think the issue is that my ALB is also SSL/TLS configured and probably this is changing the URL from my CDN custom domain.