1

I have a Pinax gunicorn deployment behind a NAT, where the outward-facing Apache server does a ReverseProxy to the gunicorn server. Overall it works well but when I try to log in with OpenID I get an error:

Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request POST /openid/register/.

Reason: Error reading from remote server

How can I get Pinax to cooperate with NAT?

Christos Hayward
  • 1,162
  • 3
  • 16
  • 35
  • `Reason: Error reading from remote server` - this means that probably your application code either didn't return something in time or did return something wrong – Ulrich Dangel Jul 24 '12 at 19:19
  • Check the log files on both servers? Specific error codes? Try sniffing the traffic? – Chris S Jul 24 '12 at 21:44

0 Answers0