Load balance and re-encrypt ssl

Hi all,

I have been looking through the docs and have found that nginx will load
balance ssl if the cert is setup correctly. Is there an option to have
it re-encrypt before sending to the web servers? What have others done
to encrypt the traffic to their webservers (if not through nginx)? I
will be load balancing in front of IIS.

Decrypting and sending to the webservers in plain text is not an option
in my mind.

Thanks in advance.

-Andy

This communication, its contents and any file attachments transmitted
with it are intended solely for the addressee(s) and may contain
confidential proprietary information.
Access by any other party without the express written permission of the
sender is STRICTLY PROHIBITED.
If you have received this communication in error you may not copy,
distribute or use the contents, attachments or information in any way.
Please destroy it and contact the sender.

Hello!

On Wed, Sep 14, 2011 at 08:55:07AM -0500, Andrew Hester wrote:

I have been looking through the docs and have found that nginx
will load balance ssl if the cert is setup correctly. Is there
an option to have it re-encrypt before sending to the web
servers? What have others done to encrypt the traffic to their
webservers (if not through nginx)? I will be load balancing in
front of IIS.

Decrypting and sending to the webservers in plain text is not an
option in my mind.

proxy_pass https://…

Maxim D.

I guess I assumed that this would just pass this through at the tcp
level. Thanks for the help!

-Andy