Re: invalid URL prefix errors - auth_request with proxy pass to https

2014-05-15 Thread Maxim Dounin
Hello! On Thu, May 15, 2014 at 05:01:13PM -0400, Aaron Gooch wrote: > I want to authorize requests using a remote server that is using ssl. When > I make requests with https I get nginx errors but when I use http it works. > Now that I am writing this I'm thinking the issue is that the site isn't

invalid URL prefix errors - auth_request with proxy pass to https

2014-05-15 Thread Aaron Gooch
I want to authorize requests using a remote server that is using ssl. When I make requests with https I get nginx errors but when I use http it works. Now that I am writing this I'm thinking the issue is that the site isn't using ssl so that could cause proxy pass fails. Thanks in advance! Aaron