SSL with client certificate errors

Maxim Dounin mdounin at mdounin.ru
Tue Apr 6 15:03:23 MSD 2010


Hello!

On Tue, Apr 06, 2010 at 12:24:03PM +0200, Anna Malova wrote:

> Maxim Dounin wrote:
> > Hello!
> > 
> > On Tue, Apr 06, 2010 at 11:46:25AM +0200, Anna Malova wrote:
> > 
> >> > This bug has been fixed in 0.8.34:
> >> 
> >> I put the ssl_session_cashe parameter to shared:SSL:10m; and certificate 
> >> was ok, no errors in log file, but every time when i stop the nginx I 
> >> receive the unhandled win32 exception in nginx.exe[6116]. And also the 
> >> same unhandled win32 exception in nginx.exe[3480] after checking the 
> >> user certificate and passing request to the application server. As a 
> >> result, application doesn't open at all :(
> > 
> > Which OS do you use?  It's expected that shared memory won't work
> > on Windows Vista and up, see here:
> > 
> > http://nginx.org/en/docs/windows.html
> > 
> > Maxim Dounin
> 
> Thank you for the reply! I have Windows XP SP2. I changed nginx to the 
> older version - the last stable from the nginx.org and it works well. :)

Looks like I'm able to reproduce fault on Windows XP even without 
ssl_session_cache used, just ssl server configured is enough.  
It's triggered in nginx 0.8.35 by

nginx -s reload
nginx -s stop

sequence.  And indeed nginx 0.7.65 doesn't have this problem.

Maxim Dounin



More information about the nginx mailing list