On Wednesday 02 October 2013 05:18:22 you wrote:
> Hi,
> My domain.com is on ip: x.x.x.x
> where I have a configuration like:
>
> server {
>server_name sub.domain.com;
>location / {
>
> proxy_pass http://y.y.y.y;
>
> proxy_set_header X-Real-IP $remote_addr;
> proxy_set
Hi,
it sounds as if you want to proxy your ssl request to another server and
terminate it there?! You cannot do this.
You need to establish a ssl connection first before you can use http/s.
regards,
Axel
Am 02.10.2013 03:18, schrieb dossi:
Hi,
My domain.com is on ip: x.x.x.x
where I have a
What's not working, I suppose, is that the client browser go to
https://sub.domain.com (on IP x.x.x.x) that it is forwarded to IP y.y.y.y
Is there any link that explains how to configure that two nginxes (one on
x.x.x.x and one on y.y.y.y) so that the https traffic "routes" from x.x.x.x
to y.y.y.
did you tried to turn it off and on again?
sorry, but from your description no one would be able to help you.
regards,
mex
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,243340,243353#msg-243353
___
nginx mailing list
nginx@nginx.org
The problem is that if I point a browser to https://sub.domain.com it
doesn't work.
Cheers
Dossi
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,243340,243352#msg-243352
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/
what is your problem then?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,243340,243342#msg-243342
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi,
My domain.com is on ip: x.x.x.x
where I have a configuration like:
server {
server_name sub.domain.com;
location / {
proxy_pass http://y.y.y.y;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded