4 messages in ru.sysoev.nginxRe: NGiNX as SSL Wrapper
FromSent OnAttachments
InterNetX - Jürgen GotteswinterMay 22, 2009 12:14 am 
Igor SysoevMay 22, 2009 12:16 am 
InterNetX - Jürgen GotteswinterMay 22, 2009 12:56 am 
Igor SysoevMay 22, 2009 1:08 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: NGiNX as SSL WrapperActions...
From:Igor Sysoev (is@rambler-co.ru)
Date:May 22, 2009 1:08:14 am
List:ru.sysoev.nginx

On Fri, May 22, 2009 at 09:57:07AM +0200, InterNetX - J??rgen Gotteswinter
wrote:

Hi Igor,

are there any configuration examples available?

server { listen 443;

ssl on; ssl_protocols SSLv3 TLSv1; ssl_ciphers AES128-SHA:AES256-SHA:RC4-SHA:DES-CBC3-SHA:RC4-MD5; ssl_certificate /path/to/cert.pem; ssl_certificate_key /path/to/cert.key; ssl_session_cache shared:SSL:10m; ssl_session_timeout 10m;

location / { proxy_pass http://apache_server; } }

thanks

Igor Sysoev wrote:

On Fri, May 22, 2009 at 09:15:03AM +0200, InterNetX - J??rgen Gotteswinter wrote:

Hello

can Nginx be used as a SSL Wrapper in Front of some Apache Webservers?

Yes.