https://issues.apache.org/bugzilla/show_bug.cgi?id=53197
Priority: P2
Bug ID: 53197
Assignee: [email protected]
Summary: SSL enable, AH00566: request failed: invalid
characters in URI
Severity: critical
Classification: Unclassified
OS: Linux
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 2.4-HEAD
Component: mod_ssl
Product: Apache httpd-2
after SSLEngine on can not open https://xxx.com/
errorlog said:
[ssl:info] [pid 9223] AH01876: mod_ssl/2.4.2 compiled against Server:
Apache/2.4.2, Library: OpenSSL/1.0.1b
[mpm_prefork:notice] [pid 9223] AH00163: Apache/2.4.2 (Unix) OpenSSL/1.0.1b
configured -- resuming normal operations
[mpm_prefork:info] [pid 9223] AH00164: Server built: May 6 2012 09:31:18
[core:info] [pid 9224] [client ] AH00566: request failed: invalid characters in
URI
I have changed mpm (event and prefork) and close all other modules even
openssl-devel and it still have the error .
if no ssl it works ok
and apache 2.2.22's ssl is normal with the same key and crt on the same server.
when I change server/protocol.c
971 ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(00565)
972 "request failed: URI too long (longer than
%d)",
973 r->server->limit_req_line);
error log said: AH00566: request failed: invalid characters in URI
\xf0[\xd4\t\x0c
I am sure it is not a Brower problem becuse of changing ie and chrome
other info:
os:CentOS release 6.2 (Final)
cpu:Intel(R) Xeon(R) CPU 5110
--
You are receiving this mail because:
You are the assignee for the bug.