- Aug 17, 2024
-
-
Kristian Klausen authored
F5/nginx has blogged about this[1] and it is also mentioned in nginx's documentation[2]: "There could be several add_header directives. These directives are inherited from the previous configuration level if and only if there are no add_header directives defined on the current level. " The problem occurs when add_header is used in a child context like a server{} or location{} block. It is solved by moving the HSTS header into a snippet, which is now included before all add_header lines. For now the HSTS header is the only global header, but in the future we may need to add more global headers, like the Alt-Svc header[3] for HTTP/3. [1] https://www.f5.com/company/blog/nginx/avoiding-top-10-nginx-configuration-mistakes#directive-inheritance [2] https://nginx.org/en/docs/http/ngx_http_headers_module.html#add_header [3] https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Alt-Svc Fix #608
-
- Jul 21, 2024
-
-
Jan Alexander Steffens (heftig) authored
This is required of OCSP stapling to work, or you get warnings when NGINX starts up: no resolver defined to resolve e6.o.lencr.org while requesting certificate status Let NGINX use the local systemd-resolved as its resolver. Fixes: #607
-
- Jul 20, 2024
-
-
Jan Alexander Steffens (heftig) authored
This reduces the session cache size and adds the `DHE-RSA-CHACHA20-POLY1305` cipher.
-
- Sep 05, 2019
-
-
Jan Alexander Steffens (heftig) authored
Enables TLS 1.3.
-
- Jan 29, 2017
-
-
Giancarlo Razzolini authored
One of the things missing from the preload submission was that we included the STS header on http connections also. Using this: https://trac.nginx.org/nginx/ticket/289#comment:3 we are able to only include the STS header on https connections.
-
- Jan 26, 2017
-
-
Giancarlo Razzolini authored
After some weeks since it was proposed the addition of archlinux.org to the HSTS Preload list, since there were no objections, we are introducing this change and in the coming hours will add archlinux.org domain to the list.
-
- Jan 09, 2017
-
-
Giancarlo Razzolini authored
-
- Sep 18, 2016
-
-
Florian Pritz authored
This is also the profile we use on our older boxes and apparently users (see bug, also confirmed via IRC for setups using the settings in ansible alreadt) are unable to access our sites. https://bugs.archlinux.org/task/50771 Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Include link to mozilla's config generator (looks like the settings came from there) and update ssl_session_* settings to their current recommendation. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Jun 20, 2016
-
-
Sven-Hendrik Haase authored
-