https://issues.apache.org/bugzilla/show_bug.cgi?id=48770
Summary: Apache OCSP Not RFC Compliant
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: major
Priority: P2
Component: mod_ssl
AssignedTo: [email protected]
ReportedBy: [email protected]
According to the OCSP RFC: http://www.ietf.org/rfc/rfc2560.txt
OCSP request using the POST method is constructed as follows: The
Content-Type header has the value "application/ocsp-request" while
the body of the message is the binary value of the DER encoding of
the OCSPRequest.
However, Apache OCSP implementation fails to add the Content-Type header value
of "application/ocsp-request". This causes OCSP request to fail for certain
types of OCSP responders which enforce the OCSP RFC.
Where would one make the changes to add the Content-Type header value to the
OCSP request?
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]