Timeline
10/13/22:
- 12:35 Ticket #621 (Could not allocate new session in SSL session shared cache) closed by
- fixed: Fix committed, thanks to all involved for prodding this.
- 12:18 Changeset in nginx [8087:81b4326daac7] by
- SSL: removed cast not needed after 5ffd76a9ccf3.
- 10:57 Ticket #621 (Could not allocate new session in SSL session shared cache) updated by
- In [changeset:"38c71f9b22938418046aa21f59f4285a9f964064/nginx" …
10/12/22:
- 17:14 Changeset in nginx [8086:496241338da5] by
- SSL: workaround for session timeout handling with TLSv1.3. OpenSSL …
- 17:14 Changeset in nginx [8085:043006e5a0b1] by
- SSL: optimized rotation of session ticket keys. Instead of syncing …
- 17:14 Changeset in nginx [8084:0f3d98e4bcc5] by
- SSL: automatic rotation of session ticket keys. As long as …
- 17:14 Changeset in nginx [8083:e13a271bdd40] by
- SSL: shorter debug messages about session tickets.
- 17:14 Changeset in nginx [8082:c71e113b57d8] by
- SSL: renamed session ticket key functions and data index. Previously …
- 17:14 Changeset in nginx [8081:4eeb53743d25] by
- SSL: renamed session ticket key type. The …
- 17:14 Changeset in nginx [8080:bf02161f291e] by
- SSL: style. Runtime OCSP functions separated from configuration ones.
- 17:14 Changeset in nginx [8079:f106f4a68faf] by
- SSL: explicit clearing of expired sessions. This reduces lifetime of …
- 17:14 Changeset in nginx [8078:5244d3b165ff] by
- SSL: single allocation in session cache on 32-bit platforms. Given …
- 17:14 Changeset in nginx [8077:ec1fa010c3a5] by
- SSL: explicit session id length checking. Session ids are not …
- 17:14 Changeset in nginx [8076:fa4b4f38da4a] by
- SSL: updated comment about session sizes. Previous numbers are …
- 17:14 Changeset in nginx [8075:38c71f9b2293] by
- SSL: reduced logging of session cache failures (ticket #621). Session …
- 17:14 Changeset in nginx [8074:026ee23b6774] by
- SSL: disabled saving tickets to session cache. OpenSSL tries to save …
- 12:58 Changeset in nginx [8072:cca4c8a715de] by
- PROXY protocol v2 TLV variables. The variables have prefix …
10/11/22:
- 21:38 Ticket #1579 (Mirror subrequests ignore the keepalive flag) updated by
- As this is also affecting auth and there are multiple workarounds …
- 13:18 Ticket #2399 ($request_body incomplete if the request body contains NUL/control ...) updated by
- Thanks for the input! Indeed that option does fix the reproduction …
- 12:30 Ticket #2399 ($request_body incomplete if the request body contains NUL/control ...) closed by
-
invalid: Try using
curl --data-binary
instead, it should fix things for you. … - 12:07 Ticket #2398 (Debug output is wrong for try_files directive with code as last argument) closed by
- wontfix: Thank you for your observation. That's the debug logging, which is to …
- 11:41 Ticket #2399 ($request_body incomplete if the request body contains NUL/control ...) created by
-
If a post body contains
\x00
(or maybe other control characters) the … - 11:17 Ticket #2398 (Debug output is wrong for try_files directive with code as last argument) updated by
-
Description changed
- 11:15 Ticket #2398 (Debug output is wrong for try_files directive with code as last argument) created by
- Looks as debug_output mistakenly writes file check string in it's …
- 11:09 Ticket #2397 (no way to hide/customize the server name "nginx" when some error happens) closed by
- duplicate: Duplicate of #936.
- 11:08 Ticket #936 (For security purposes it is necessary to remove or change the "server" ...) updated by
- See also #2397.
- 09:37 Ticket #2397 (no way to hide/customize the server name "nginx" when some error happens) updated by
- 09:35 Ticket #2397 (no way to hide/customize the server name "nginx" when some error happens) created by
- for nginx version, we can use the "server_token off" to hide, but for …
10/10/22:
- 15:43 Changeset in nginx_org [2896:6bc630596c06] by
- Linux packages: key verification command adjusted.
- 09:57 Changeset in nginx [8071:017fd847f4f7] by
- Log only the first line of user input on PROXY protocol v1 error. …
10/01/22:
- 14:13 Ticket #2396 (Disable encoded characters in URIs) closed by
- invalid: In no particular order: - The configuration in your snippet is …
- 13:00 Ticket #2396 (Disable encoded characters in URIs) updated by
-
Description changed
- 12:59 Ticket #2396 (Disable encoded characters in URIs) updated by
-
Description changed
- 12:56 Ticket #2396 (Disable encoded characters in URIs) created by
- Hello Similarly to 0b66bd4be777a5b79c5ae0e7dff89fc6429da0fe, maybe …
09/30/22:
- 15:45 Changeset in nginx_org [2895:9708787aafc7] by
- Updated with Netcraft September 2022 Web Server Survey stats.
- 15:42 Changeset in nginx_org [2894:438a9cfa4fae] by
- Added info about setting r.headersOut in njs reference.
09/29/22:
- 20:18 Ticket #2395 (`proxy_pass https://example` if `upstream example { server ...) updated by
-
Type changed
Theupstream
block is a separate entity, and it does not know … - 19:45 Ticket #2395 (`proxy_pass https://example` if `upstream example { server ...) created by
- Hi all, I would think that in absence of a port number specified with …
- 19:25 Ticket #2394 ([Windows] nginx does not stop after Ctrl+C) closed by
- invalid: Replying to horvoje@…: > I'm using nginx in Windows so I'm …
- 15:57 Ticket #2394 ([Windows] nginx does not stop after Ctrl+C) updated by
- I'm using nginx in Windows so I'm not sure what would be 'natural …
09/28/22:
- 21:14 Ticket #2394 ([Windows] nginx does not stop after Ctrl+C) updated by
- Could you please clarify nginx configuration you are using? With …
- 16:14 Ticket #2394 ([Windows] nginx does not stop after Ctrl+C) updated by
-
Description changed
- 12:03 Ticket #2394 ([Windows] nginx does not stop after Ctrl+C) created by
- After latest Windows 11 update (22H2), nginx won't stop after pressing …
09/27/22:
- 12:13 Changeset in nginx_org [2893:8f3955097546] by
- Linux packages: reword to mention supported RHEL derivatives.
- 07:31 Changeset in nginx [8073:aa663cc2a77d] by
- Added type cast to ngx_proxy_protocol_parse_uint16(). The cast is …
09/24/22:
- 01:30 Changeset in nginx_org [2892:8878680962d0] by
- The banner reverted to the community slack promo.
09/21/22:
- 10:23 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by
- See also #2393.
- 10:23 Ticket #2393 (Error log created and opened even when overwritten in config) closed by
- duplicate: The compiled-in error log is used during configuration parsing (before …
- 07:36 Ticket #2393 (Error log created and opened even when overwritten in config) created by
- A file at the location of the error log, as given by the configuration …
09/17/22:
- 17:27 Ticket #2392 (The limit_except directive's description is opaque) closed by
- wontfix: Exactly as named, the directive limits access to all HTTP methods …
- 11:41 Ticket #2392 (The limit_except directive's description is opaque) created by
- It's not clear what it does w/o looking at the source code. What I'd …
09/16/22:
- 09:41 Ticket #2390 (Debian bug nginx build_module Cannot specify nginx version) closed by
- invalid
- 08:30 Ticket #2390 (Debian bug nginx build_module Cannot specify nginx version) updated by
- Indeed, that was the problem. Thank you
09/14/22:
- 02:47 Ticket #1119 (Gzip_types support pattern matching) updated by
- See also #2391.
- 02:46 Ticket #2391 (bad parsing of Content-Type (sub_filter_types)) updated by
-
Keywords, Type changed
Parsing of content types is indeed very simple, and it only knows … - 02:43 Ticket #1537 (Allow for test_types_buffer_size to be set in server configuration) closed by
- duplicate: Feedback timeout. Most likely it is a duplicate of #203.
- 02:42 Ticket #203 (The gzip module doesn't produce a useful error on wrong syntax) updated by
-
Keywords changed
See also #1537. - 02:40 Ticket #1446 (gzip_types can't handle types longer than 46 chars) updated by
-
Keywords changed
Note:
See TracTimeline
for information about the timeline view.