duckduckgo / zeroclickinfo-spice

DuckDuckGo Instant Answers based on JavaScript (JSON) APIs
https://duckduckhack.com/
Other
548 stars 942 forks source link

TravisStatus: Change `spice to` endpoint to HTTPS #1905

Closed tagawa closed 9 years ago

tagawa commented 9 years ago

In the duck.co list this is listed as live but is currently not triggered with travis status

moollaza commented 9 years ago

The IA is live and triggering, it seems that we're not getting a response from our internal API call though: https://duckduckgo.com/js/spice/travis_status/status

However, the API does seem to be live: https://www.traviscistatus.com/index.json and the IA is working for me in DuckPAN.

Possibly an internal bug/fix...

tagawa commented 9 years ago

Strange. Thanks for the explanation @moollaza.

jagtalon commented 9 years ago

@tagawa @moollaza problem here is that we have http://www.traviscistatus.com/index.json, but it's redirecting to https--our nginx config doesn't handle redirects so simply changing spice to to HTTPS should fix it.