Welcome! Log In Create A New Profile

Advanced

Re: ssl on different servers

Valentin V. Bartenev
October 02, 2013 02:46PM
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_header Host $host;
> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
> }
>
> On ip y.y.y.y my configuration is:
>
> server {
> server_name sub.domain.com;
> location / {
>
> proxy_pass http://localhost:8080;
>
> proxy_set_header X-Real-IP $remote_addr;
> proxy_set_header Host $host;
> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
> }
>
> That's fine!
>
> But...
>
> I'm trying to add ssl support, I bought a wildcard certificate but
> unfortunately I'm struggling with the configuration.
>
> I changed the config on x.x.x.x:
>
> server {
> server_name sub.domain.com;
> location / {
> proxy_pass http://y.y.y.y;
[..]

You have changed y.y.y.y to use HTTPS, but still trying to pass HTTP.

wbr, Valentin V. Bartenev

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

ssl on different servers

dossi October 01, 2013 09:18PM

Re: ssl on different servers

mex October 02, 2013 12:25AM

Re: ssl on different servers

dossi October 02, 2013 03:06AM

Re: ssl on different servers

mex October 02, 2013 03:11AM

Re: ssl on different servers

dossi October 02, 2013 03:32AM

Re: ssl on different servers

Axel October 02, 2013 04:06AM

Re: ssl on different servers

Valentin V. Bartenev October 02, 2013 02:46PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 190
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready