Hi I'm trying to make a test server to get Facebook authentication working.
am using python flask, current app itself is a copy of this oauth sample. nothing else.
so, I have set up everything I could think of:
- an ACM to get https working,
- a Load balancer(classic) - have set up cert from ACM i made above and the instance I want to connect to.
- domain address registered in route 53, set up an alias target(the ELB)
- etc.
and after setting this up I went into my ec2 instance using putty, set up an virtual env. and ran the app using the venv. aaaaand the app itself is working fine, except the ELB health check can't pick it up, nor when I try to access by typing in the domain address.
it only works when typing in EC2 instance's public IP. and now I'm stuck here, now knowing how to 'integrate' the instance to my registered domain...
the instance status in the load balance's instance tab shows OutOfService
^ EDIT: the instance tab works, it was due to PORT number. but domain still doesnt responds...
is there anything else I could check to do this? any help is greatly appreciated.... been stuck with this for over a month now :(
EDIT: currently the ELB gets health checks from ec2 instances properly. but I get infinite loading when I try to access by typing in domain name.