John Norman
John Norman
This would be a very welcome feature in our environment . . .
In a much simpler setup, I have a lot of the ssl in place and it works. In case 2 above, if I remove the ssl cache line, I still...
Still not working. nginx: 1.2.9 TCP proxy at c76e4f (0.4.4) I have repeated SSL blocks in a bunch of http blocks, to do reverse proxying. Notice that there is already...
P.S. Notice that SSL is set for the host vagrant.icisapp.com for port 443. BUT, what I am trying to do here is also have SSL for port 8443 (important for...
This may be related. I am using server_name in both my http {} blocks, and tcp {} for two different server_names, both using 443, and am getting bind errors on...
Thanks! I discovered that on my own about an hour after posting my question -- by reading the documentation! (I missed: "You can't use the same listening port with HTTP...
Since I added this: We have VMs in various clouds, etc., and it's true, we could create whole new images that has exactly what we want, installing things only. However,...
First off, this proxy is a slick piece of work. I am having the exact same problem with GitHub. I once wrote an auth layer similar to this, and I...