sbp commented on issue #865: URL: https://github.com/apache/tooling-trusted-releases/issues/865#issuecomment-4040977923
LetsEncrypt [removed OSCP support on 6 August 2025](https://letsencrypt.org/2024/12/05/ending-ocsp), and our certificate was not issued with an OCSP URL. We have duplicate fields between our two servers. **ATR**: ``` response.headers["X-Content-Type-Options"] = "nosniff" response.headers["X-Frame-Options"] = "DENY" [...] response.headers["Strict-Transport-Security"] = "max-age=31536000; includeSubDomains" ``` **Proxy**: ``` Header always set X-Content-Type-Options "nosniff" [...] Header always set X-Frame-Options "DENY" [...] Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains" ``` We should probably retain the proxy values only. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
