Bug 61453 - OCSP Stapling: SSLStaplingFakeTryLater responses cached too long
Summary: OCSP Stapling: SSLStaplingFakeTryLater responses cached too long
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_ssl (show other bugs)
Version: 2.4-HEAD
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-24 15:31 UTC by Michael Ehrenreich
Modified: 2020-03-17 14:58 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Ehrenreich 2017-08-24 15:31:59 UTC
OCSP error responses generated through SSLStaplingFakeTryLater are cached for the duration of a valid response (3600 seconds per default) due to a bug.

This was fixed on trunk in r1798455 but has not been merged to 2.4.x yet.
Comment 1 vincent-apache@vinc17.net 2020-03-17 14:58:28 UTC
This is apparently a dup of bug 60182.