[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-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60695 --- Comment #9 from Gunnar Lukas --- Hi Luca, yep that would had helped and will help others as well. Perhaps a little note in the release notes as you did for response headers a la ...Validate HTTP request header grammar

[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-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60695 --- Comment #8 from Luca Toscano --- Hi Gunnar, I added some info to https://httpd.apache.org/docs/trunk/mod/core.html#httpprotocoloptions (will backport them to the 2.4 docs too) that should help other people in the

[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 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 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 Gunnar Lukas changed: What|Removed |Added Severity|normal |minor

[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

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] 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 --- 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 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