3 messages in ru.sysoev.nginxRe: stale global SSL error
FromSent OnAttachments
Ian M. EvansMar 22, 2008 8:33 pm 
Igor SysoevMar 23, 2008 1:35 am 
Ian EvansMar 24, 2008 7:58 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: stale global SSL errorActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Mar 23, 2008 1:35:52 am
List:ru.sysoev.nginx

On Sat, Mar 22, 2008 at 11:33:23PM -0400, Ian M. Evans wrote:

Should I be worried about the following:

ignoring stale global SSL error (SSL: error:140D5042:SSL routines:SSL3_CTRL:called a function you should not call) while reading client request line

Yes, report any errors about "ignoring stale global SSL error". Although, nginx should work correctly even with this alert, but it's required to see unhandled errors in other place.

As to the case, it seems that nginx was built against OpenSSL 0.9.7, but now it's used with OpenSSL 0.9.8. Try to rebuild nginx against current OpenSSL.