using nginx as proxy from http to https
mgenov
nginx-forum at nginx.us
Thu Oct 25 16:20:16 UTC 2012
Actually it returns error 500. Here is the log information from access.log
[25/Oct/2012:18:44:10 +0300] "POST /testurl/testservice HTTP/1.1" 500 75 "-"
"-"
Here is my version.
nginx -v
nginx version: nginx/0.7.67
In a few minutes I'll try with curl and will post the result.
> HTTP 505 means HTTP Version Not Supported.
>
> What version do you use when you execute the request directly?
>
> What version does nginx use?
>
> Do you see a different response from
>
> curl -i -k https://testserver.testdomainserver.com:9090/
>
> and
>
> curl -i -k -0 https://testserver.testdomainserver.com:9090/
>
> ?
>
> Good luck,
>
> f
> --
> Francis Daly francis at daoine.org
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,232212,232224#msg-232224
More information about the nginx
mailing list