Bug 64966

Summary: "SSLStaplingReturnResponderErrors off" still returning errors to client
Product: Apache httpd-2 Reporter: Björn Jacke <bjoern>
Component: mod_sslAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 2.4.25   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

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.