Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: openssl-1.0.0d & proxy_buffering
On 05.09.11 16:12, Igor Sysoev wrote:
Раньше, на других версиях nginx'а или openssl это работало ?
Да, на другом серваке прекрасно работает. Вот например:
server { server_name ejabberd-admin.bestmx.ru;
listen 4.4.4.4:444 default ssl;
ssl_protocols SSLv3 TLSv1;
ssl_ciphers
AES128-SHA:AES256-SHA:RC4-SHA:DES-CBC3-SHA:RC4-MD5;
ssl_certificate ssl.crt;
ssl_certificate_key ssl.key;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 10m;
keepalive_timeout 70;
server_name_in_redirect off;
charset utf-8;
source_charset utf-8;
location / { proxy_pass http://localhost:5288; }
}
$ openssl version
OpenSSL 0.9.8q 2 Dec 2010
$ nginx -V
nginx version: nginx/0.8.53
TLS SNI support enabled
configure arguments: --user=nginx --group=nginx
--with-ld-opt='-L/usr/pkg/lib -Wl,-R/usr/pkg/lib' --prefix=/usr/pkg
--sbin-path=/usr/pkg/sbin --conf-path=/usr/pkg/etc/nginx/nginx.conf
--pid-path=/var/run/nginx.pid --lock-path=/var/db/nginx/nginx.lock
--error-log-path=/var/log/nginx/error.log
--http-log-path=/var/log/nginx/access.log
--http-client-body-temp-path=/var/db/nginx/client_body_temp
--http-proxy-temp-path=/var/db/nginx/proxy_temp
--http-fastcgi-temp-path=/var/db/nginx/fstcgi_temp
--with-http_image_filter_module --with-mail_ssl_module
--with-http_ssl_module --with-http_dav_module --with-http_flv_module
--with-http_sub_module --with-mail --with-http_realip_module
--without-http_uwsgi_module
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|