Re: Reverse proxy SSL subdomain

2014-07-08 Thread picanha
Hello! i need multiple server. One for each subdomain and some subdomains over https... the subdomainB.domain.com.br i want use proxy glassfish over SSL. Thank you Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251551,251554#msg-251554 _

Re: Reverse proxy SSL subdomain

2014-07-08 Thread Maxim Dounin
Hello! On Tue, Jul 08, 2014 at 10:45:30AM -0400, picanha wrote: [...] > listen 80; > listen 443 ssl; > ssl on; Note that such a configuration is wrong. Connections to port 80 (plain http) will try to use SSL with such a configuration. The "ssl" dire

Reverse proxy SSL subdomain

2014-07-08 Thread picanha
Hi, We have heterogeneous applications e and need centralizing requests on Nginx. I´m trying use reverse proxy on a subdomain and redirect requests to Java Glassfish. The problem occurs by default on listening subdomains. For example: server { listen 80; server_name subd