2 Answers
- Newest
- Most votes
- Most comments
0
Check the security group on the ALB allows traffic from the cloudflare proxy IPs https://www.cloudflare.com/ips/ and the security groups on the EC2s allow traffic from the ALB.
Also check the target group instance health status is available and not down.
HTTP Works http://cms-load-balance-1797445039.ap-south-1.elb.amazonaws.com/
Check you have a HTTPS listener on the ALB to if you require it.
0
Update: *If I directly add the instance IP address into the DNS record as A record then the site is visible.
answered 8 months ago
Relevant content
- AWS OFFICIALUpdated a year ago
What If in security group I allow traffic from all source? I added cloudflare IP's in the security group still same.
If all then thats fine but its not locked to cloudflare.. Is it http or https thats failing?
Id look at your http and https settings. Is cloudflare doing https proxying also?
Id look at your HTTPs listener settings on your ALB
Hi, Thanks. I wasn't adding SSL for 443 port in the target group. But I have a question, I will host multiple sites Ex: example.com test.com, but will there be any issue with the SSL setting in the target group! Or is there any way to get universal SSL from the cloudflare?