Load balancer times out
Hey there, I've set up some servers on AWS behind an ALB and now I want to use cloudflare's loadbalancer for global routing
However when I call the cf loadbalancer url (https://agent.unkey.cloud/v1/liveness), it just times out
The server on aws is running though: https://agent-4c190uve.fctl.app/v1/liveness
How can I debug this further?
3 Replies
I narrowed it down to the fact that cloudflare's LB sends http traffic to my ALB, how can I make it use https instead?
Change your SSL mode to full strict
hm, now it's throwing an ssl error 😄
but it's progress I guess
Invalid SSL certificate Error code 526so I'm confused now, because I was told I should not add a cloudflare origin cert on the ALB, but I also read a few forum posts that said to do that ___ solved I set it to "Full", as I already had certs on the ALB