atom feed17 messages in ru.sysoev.nginxRe: Socket leaks., pread and [crit] S...
FromSent OnAttachments
TECKMar 25, 2012 8:55 pm 
TECKMar 25, 2012 9:00 pm 
Maxim DouninMar 26, 2012 3:21 am 
TECKMar 26, 2012 5:03 am 
TECKMar 26, 2012 5:49 am 
SamaelMar 26, 2012 7:40 am 
Maxim DouninMar 26, 2012 9:47 am 
TECKMar 26, 2012 3:56 pm 
TECKMar 26, 2012 7:28 pm 
TECKMar 29, 2012 1:50 am 
Floren MunteanuMar 31, 2012 3:39 pm 
Maxim DouninApr 2, 2012 4:17 am 
Floren MunteanuApr 2, 2012 9:14 am 
Maxim DouninApr 2, 2012 10:05 am 
Floren MunteanuApr 2, 2012 6:08 pm 
Maxim DouninApr 3, 2012 9:31 am 
Floren MunteanuApr 5, 2012 8:16 am 
Subject:Re: Socket leaks., pread and [crit] SSL_Write() in 1.0.14
From:TECK (ngin@nginx.us)
Date:Mar 29, 2012 1:50:06 am
List:ru.sysoev.nginx

More updates on the SSL issue. I have the following configuration: http {

...

ssl_prefer_server_ciphers on; ssl_ciphers RC4:HIGH:!aNULL:!MD5; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_session_cache shared:SSL:5m; ssl_session_timeout 10m;

... }

If I disable the ssl_prefer_server_ciphers, the [crit] errors are gone. On the other hand, I cannot use anymore the RC4. Any idea what could cause this?

Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,224381,224593#msg-224593