Bug 64966 - "SSLStaplingReturnResponderErrors off" still returning errors to client
Summary: "SSLStaplingReturnResponderErrors off" still returning errors to client
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_ssl (show other bugs)
Version: 2.4.25
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-08 16:10 UTC by Björn Jacke
Modified: 2020-12-08 16:10 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Jacke 2020-12-08 16:10:42 UTC
if the ocsp server is blocked by the proxy (it returns http 403 in my case), then mod_ssl should not return any ocsp information if "SSLStaplingReturnResponderErrors off" is set. It returns try_later though despite SSLStaplingReturnResponderErrors set to off.