reverse proxy HTTP->HTTPS

Andrey Y. Ostanovsky andrey at ostanovsky.spb.ru
Tue Jun 3 11:50:24 MSD 2008


dm.dv at cia.com wrote:
> Hi ALL!
>
> Sorry for my silly question. I’m tying to set up NGINX as a reverse
> proxy to translate HTTP->HTTPS.
> Frontend (NGINX) and Backend (Sun Webserver 7.0) are situated at
> different servers.
> HTTP->HTTP work without any problem, but I cannot make works
> HTTP->HTTPS (if it is possible at all).
> OS: sun solaris 10 (sparc). Could you please tell me what I’m doing
> WRONG.

Minimum requirements:

1. Nginx must be compiled with option --with-http_ssl_module (not
included by default).
2. SSL server must listen tcp port 443, have ssl certificate+key files
and "ssl on;" directive.

-- 
Best regards, Andrey Y. Ostanovsky
St. Petersburg






More information about the nginx-ru mailing list