Closed baux80 closed 11 years ago
The is_ssl bit seems to be setted too late in ngx_http_ajc.c, so for ajp server the is_ssl is off and the wrong protocol is used. Follow a patch which fix the problem.
In ChangeLog you could add: Maurizio Boriani baux@gnu.org for Zucchetti S.p.A.
413a414,417 > > #if (NGX_HTTP_SSL) > is_ssl = r->http_connection->ssl; > #endif 534,537d537 < #if (NGX_HTTP_SSL) < is_ssl = r->http_connection->ssl; < #endif <
Thank you. This bug has been fixed in this commit: https://github.com/yaoweibin/nginx_ajp_module/commit/a0be7edf44a54547356545abbf7cb94278df6e78
The is_ssl bit seems to be setted too late in ngx_http_ajc.c, so for ajp server the is_ssl is off and the wrong protocol is used. Follow a patch which fix the problem.
In ChangeLog you could add: Maurizio Boriani baux@gnu.org for Zucchetti S.p.A.