HashtagSell / posting-api

API for storage and retrieval of posting details for Hashtagsell
0 stars 0 forks source link

posting-api timeouts when communicating with freegeoip [staging environment] #56

Closed that1guy closed 9 years ago

that1guy commented 9 years ago

staging-freegeoip.hashtagsell.com is accessible after I add myself to limited-https-http security group, but it seems posting api cannot access freeGeoIP.

Notice the internal server error at this url due to geo query.

https://staging-posting-api.hashtagsell.com/v1/postings/?start=0&count=35&filters[mandatory][contains][heading]=bike&filters[optional][exact][categoryCode]=SBIK,VMOT&geo[lookup]=true&geo[min]=0&geo[max]=100000
brozeph commented 9 years ago

Opened up the ELB to allow all HTTPS and HTTP traffic to staging-freegeoip.hashtagsell.com for now. Need to determine why the staging-app security group permissions where not allowing direct communication.

brozeph commented 9 years ago

Fixed - not going to lock down freegeoip for now so that it can be load balanced behind a public ELB thus allowing the posting-api and hts-app to achieve redundancy.