Re: Nginx as Reverse Proxy for Tomcat + SSL

2013-08-22 Thread sajan tharayil
Hi Jens, Thanks much for your explanation. I was sure about the first part and was thinking more complexly on the second part I mean https upstream. But your simple solution to this is awesome. Kind Regards Sajan -- Posted via http://www.ruby-forum.com/. _

Re: Nginx as Reverse Proxy for Tomcat + SSL

2013-08-21 Thread sajan tharayil
Hi Jens, I will explain you my need. I need an end to en encryption for my client server communication. Client ->nginx/haproxy- https nginx/haprody -> tomcat - https So one way to do this is a layer 4 load balancing at nginx/haproxy layer. But What I am trying to do is to do a layer 7 enc

Re: Nginx as Reverse Proxy for Tomcat + SSL

2013-08-21 Thread sajan tharayil
Hi Dounin, > 3) Can I have an SSL from Client to Nginx and another between Nginx and > Tomcat . Yes. How do we do this. I am trying to find a way to do this, either with Haproxy or Nginx Kind Regards Sajan -- Posted via http://www.ruby-forum.com/.