Re: Error when configuring reverse proxy to HTTPs

2014-08-27 Thread ricardo.ekm
Yes, you're right. The problem was in the backend. We fixed it up and it worked. Thanks. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,252902,252908#msg-252908 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo

Re: Error when configuring reverse proxy to HTTPs

2014-08-27 Thread Richard Kearsley
Hi The error you supplied appears to be coming from the backend itself so the proxy_pass is actually working Check with your backend logs to find out if the url requested is not what you expected.. and why the url is invalid Richard On 27/08/14 18:37, ricardo.ekm wrote: Hi All, I'm trying t

Error when configuring reverse proxy to HTTPs

2014-08-27 Thread ricardo.ekm
Hi All, I'm trying to configure a reverse proxy in Nginx, which receives a HTTP request and call a HTTPS URL. When we change the config to call a HTTP it works fine, however it doesn't work with HTTPS. The http_ssl_module is installed. Here is the error: Invalid URL Invalid URL The requested U