[Bug 60695] httpd throws error 400 "malformed request line" if mod_ssl enabled

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60695 --- Comment #2 from Gunnar Lukas --- different behaviour with and without SSL: SSLEngine on --- GET /hello.txt HTTP/1.1 User-Agent: curl/7.16.3 Host: www.example.com Accept-Language: en, mi HTTP/1.1 400

[Bug 60695] httpd throws error 400 "malformed request line" if mod_ssl enabled

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60695 Gunnar Lukas changed: What|Removed |Added OS||Linux -- You

[Bug 46037] Configuration of trusted OCSP responder certificates

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=46037 --- Comment #9 from jfclere --- merged in trunk http://svn.apache.org/r1781575 I wil propose back port once enough feedback. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60695] httpd throws error 400 "malformed request line" if mod_ssl enabled

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60695 --- Comment #1 from Luca Toscano --- Hi Gunnar, can you try https://httpd.apache.org/docs/2.4/mod/core.html#httpprotocoloptions to see if it resolves your problem? There shouldn't be any relationship with mod_ssl, so

[Bug 46037] Configuration of trusted OCSP responder certificates

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=46037 jfclere changed: What|Removed |Added CC||jfcl...@gmail.com --

[Bug 60695] httpd throws error 400 "malformed request line" if mod_ssl enabled

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60695 --- Comment #3 from Gunnar Lukas --- Hi Luca, thx for quick response. Yes "HttpProtocolOptions Allow0.9 Unsafe" does help here, but would be good to understand what exactly is the new 2.4.45 behaviour before updating our

[Bug 60695] New: httpd throws error 400 "malformed request line" if mod_ssl enabled

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60695 Bug ID: 60695 Summary: httpd throws error 400 "malformed request line" if mod_ssl enabled Product: Apache httpd-2 Version: 2.4.25 Hardware: PC Status: NEW

[Bug 46037] Configuration of trusted OCSP responder certificates

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=46037 Dennis Wilson changed: What|Removed |Added Attachment #34250|0 |1 is

[Bug 46037] Configuration of trusted OCSP responder certificates

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=46037 Dennis Wilson changed: What|Removed |Added Version|2.5-HEAD|2.4.25 -- You

[Bug 60695] httpd throws error 400 "malformed request line" if mod_ssl enabled and connecting with openssl s_client on a linux terminal

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60695 Eric Covener changed: What|Removed |Added Resolution|--- |INVALID

[Bug 60695] httpd throws error 400 "malformed request line" if mod_ssl enabled and connecting with openssl s_client on a linux terminal

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60695 --- Comment #6 from Eric Covener --- See the -crlf option of s_client -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 60695] httpd throws error 400 "malformed request line" if mod_ssl enabled and connecting with openssl s_client on a linux terminal

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60695 --- Comment #7 from Gunnar Lukas --- solved so far: openssl s_client -crlf makes it work agin. But that Apache is not happy without crlf anymore will probably confuse some guys like me using command line tools since

[Bug 60695] httpd throws error 400 "malformed request line" if mod_ssl enabled

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60695 --- Comment #4 from Gunnar Lukas --- Hi, found out that commenting out the snipplet if (crlf && (last_char <= *s || last_char[-1] != APR_ASCII_CR)) { *last_char = '\0'; bytes_handled = last_char -

[Bug 60695] httpd throws error 400 "malformed request line" if mod_ssl enabled and connecting with openssl s_client on a linux terminal

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60695 Gunnar Lukas changed: What|Removed |Added Severity|normal |minor

[Bug 60693] New: mod_lua:Cannot load modules/mod_lua.so into server

2017-02-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60693 Bug ID: 60693 Summary: mod_lua:Cannot load modules/mod_lua.so into server Product: Apache httpd-2 Version: 2.4.25 Hardware: Other OS: AIX Status: NEW