bipio-server / bipio

The bip.io API Server
https://bip.io
Apache License 2.0
873 stars 117 forks source link

How to deploying on security domain #50

Closed EricCat closed 9 years ago

EricCat commented 9 years ago

When I deployed bipio to my security domain https://proxy.xxxx.com. I got response status 500 errors. I tested others api, they can works How should I debug bipio deploying security domain?

I've updated domain_public as proxy.xxxx.com

mjpearson commented 9 years ago

Hi, 500 errors if they're being generated by bipio will appear in the bipio server log as an exception with a stack trace. Or otherwise in the logs of your proxy

do you have a sample request and response payload, generating the 500?

EricCat commented 9 years ago

Hi @mjpearson , My bipio server logs looks normally, same as I using localhost . Indeed, I'm deploying to heroku. bipio looks very well on running logs, but just cannot get response. Excpet of domain_public, where should I still need to setting?