-
-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right way to proxy a ssl server? #217
Comments
|
Ok, I've found the way to make it work, you have to declare 2 upstream resources, one for https and one for http:
But, this recipe creates the following vhost
Notice that I have 2 servers declarations for HTTP, as the second resource::vhost I've declared (the one with https) re-declares the first one, actually this configuration works, but I think it's not right. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I can not make this to work, I have 1 nginx server with 2 upstreams (HTTP and HTTPS) ... the HTTP proxy works good, but I can not make the HTTPS proxy to work, it's like is not getting the upstream servers like the HTTP one.
Its seems like this #5 should add support to my request.
Let me know if I can help.
The text was updated successfully, but these errors were encountered: