Saturday, 7 September 2013

Faraday ConnectionFailed error

Faraday ConnectionFailed error

When attempting to use the Devise (with Google login for custom domains)
login system, clients get a "We're sorry, but something went wrong" error.
A tail of the log can be found here:
https://gist.github.com/bcleenders/c1740bd0585ee01a2b3d
We also use Solr (Sunspot), but that seems to work. The admin interface of
Solr can be accessed. Also, using rails c, we can still access (and change
records in) the database.
The user running the rails application can also access the internet
(tested with ping).
I already tried https://gist.github.com/kt103099/3183125 , but that didn't
help (we don't get certificate errors, so I didn't really expect it to).
Rebooting or deploying does not fix the problem.
Now, for the question: does anybody have any tips to get this running
again? I'd be happy to provide more logs if needed...

No comments:

Post a Comment