frederico Wrote:
---
> 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
> th
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
frederico Wrote:
---
> Should I replace proxy_pass to stream?
If your config is a http {} one then yes, simple example
https://forum.nginx.org/read.php?2,263084,263099#msg-263099
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,254095,
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
frederico Wrote:
---
> Hi timbo,
>
> I am also trying to connect to a Remote Desktop Gateway through nginx.
> Did you get it work?
Have you tried this using stream {} ? which works fine for vpn and other
streaming services.
Posted at Nginx Foru
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
Thank you very much Maxim, I will check your recommendation I will post the
results here.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,254095,254105#msg-254105
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo
Hello!
On Fri, Oct 17, 2014 at 08:24:18AM -0400, timbo wrote:
> Hello all,
>
> Nginx is the reverse proxy+ MS Remote Desktop Gateway using SSL, the first
> authentication is working, the problem is when I try to open a program in
> this environment for example wordpad.exe of session host RD, it
Hello all,
Nginx is the reverse proxy+ MS Remote Desktop Gateway using SSL, the first
authentication is working, the problem is when I try to open a program in
this environment for example wordpad.exe of session host RD, it ask for
user and password (I use the same credentials used to connect in