nginx 0.8.55 && 1.1.0 core dump if switch from http to https with HUP

Delta Yeh delta.yeh at gmail.com
Wed Aug 3 05:26:04 UTC 2011


Thanks , after apply the patch, crash won't happen again.

2011/8/2 Maxim Dounin <mdounin at mdounin.ru>:
> Hello!
>
> On Tue, Aug 02, 2011 at 04:35:28PM +0800, Delta Yeh wrote:
>
>> Hi,
>>     Nginx crash if switch http to https, steps to reproduce are :
>> 1. setup a normal config  of http
>> 2. start nginx
>> 3. edit config file and add:
>>      ssl on;
>>     ssl_certificate   /path/to/root.cert;
>>     ssl_certificate_key /path/to//root.key;
>>     ssl_client_certificate /path/to//root.ca.cert;
>>
>> 4. kill -HUP pid_of_nginx
>> 5.  nginx  crashed.
>
> Thank you for your report.  Attached patch should fix this problem.
>
> Maxim Dounin
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
>



More information about the nginx mailing list