Re: Nginx Reverse proxy + RD Gateway Auth Problem

2015-12-02 Thread frederico
Hi, I've tried a lot of commands, stream is not recognized and I don't think it's possible to make it work. nginx need a certificate and RD Gateway need also a certificate, so there are 2 SSL connection between the client and the server, it's can't work. I also tried with the same certificate on

Re: Nginx Reverse proxy + RD Gateway Auth Problem

2015-11-27 Thread frederico
Hi, sorry, but I don't understand what you mean with stream {}, my nginx config for the RD Gateway is the following: server {listen *:6080; listen *:6443 ssl; server_name ~^rdg..*$; include ssl_rdg.conf; location / {proxy_pass https://s2012-rdg; include proxy_defaults.conf;}} Should

Re: Nginx Reverse proxy + RD Gateway Auth Problem

2015-11-27 Thread frederico
Hi timbo, I am also trying to connect to a Remote Desktop Gateway through nginx. Did you get it work? Regards, Fred Posted at Nginx Forum: https://forum.nginx.org/read.php?2,254095,263116#msg-263116 ___ nginx mailing list nginx@nginx.org http://mailm