Timeline
03/13/19:
- 14:50 Ticket #1480 (Automatic Let's Encrypt certificate provisioning and renewal) updated by
- See also #1745.
- 14:49 Ticket #1745 (REQ: Built-in ACME/LetsEncrypt) closed by
- duplicate: Duplicate of #1480.
- 14:14 Ticket #1745 (REQ: Built-in ACME/LetsEncrypt) updated by
- https://github.com/torhve/lua-resty-letsencrypt > On the fly SSL …
- 13:48 Ticket #1745 (REQ: Built-in ACME/LetsEncrypt) created by
- Built-in support for ACME/LetsEncrypt would be very useful. There are …
- 12:06 Ticket #1744 (Cannot use custom variable in ssl_certificate directive.) closed by
-
invalid: Variables set with the
set
directive of the rewrite module are only … - 07:02 Ticket #1744 (Cannot use custom variable in ssl_certificate directive.) updated by
- Cannot edit ticket - don't know why. The path to the cert in logs is …
- 06:59 Ticket #1744 (Cannot use custom variable in ssl_certificate directive.) created by
- Nginx: nginx:1.15.9-alpine Part of the config: server { ... set …
03/12/19:
- 00:40 Ticket #1743 (Can't flush HTTP response header under TLS+HTTP2) updated by
- Update What I want is that DATA frame is delayed one minute. […]
03/11/19:
- 18:59 Changeset in nginx_org [2347:bb38eaf636de] by
- Regenerated.
- 18:59 Changeset in nginx_org [2346:8a8176ac9a72] by
- The deal banner.
- 14:11 Ticket #1743 (Can't flush HTTP response header under TLS+HTTP2) created by
- I want to send HTTP response header first before data is sent …
03/09/19:
- 00:03 Changeset in nginx [7477:c74904a17021] by
- SSL: support for parsing PEM certificates from memory. This makes it …
03/08/19:
- 23:55 Changeset in nginx [7476:b6dc8a12c07a] by
- SSL: removed redundant "pkey" variable. It was accidentally …
- 23:43 Ticket #1742 (nginx.exe filesize) closed by
- invalid: Yes. The OpenSSL library used for Windows builds was updated from …
- 18:26 Ticket #1742 (nginx.exe filesize) created by
- Is it normal that the file size nginx.exe 3,136,000 in version 1.15.8 …
- 11:00 Ticket #1741 (Use IP_FREEBIND?) closed by
- worksforme: > Maxim made suggestions via the lists to bind to [::] AND the IPv6 …
03/07/19:
- 21:51 Ticket #1741 (Use IP_FREEBIND?) created by
- Hello. Over the past several years, there have been multiple requests …
- 17:05 Ticket #1740 (ngins -s reopen / SIGUSR1 and permissions problem) closed by
- invalid: For nginx worker processes to be able to open log files in …
- 09:01 Ticket #1740 (ngins -s reopen / SIGUSR1 and permissions problem) created by
- Since this is my first bug report, hello everyone. I have a minor …
03/06/19:
- 17:46 Changeset in nginx [7480:d9c3917c7f90] by
- Listen port ranges. A range is specified with a dash. For each port …
- 13:27 Ticket #1739 (invaild r->port_end) closed by
-
invalid: Correct,
r->port_start
is never set. Bothr->port_start
and … - 07:36 Ticket #1735 (Nginx js freezing) updated by
- I am using the following nginx/njs configuration. Cannot reproduce …
- 03:44 Ticket #1739 (invaild r->port_end) created by
- Then function ngx_http_parse_request_line never set r->port_start. …
- 03:24 Ticket #1735 (Nginx js freezing) updated by
- Replying to mdounin: > Just to make sure it is not …
- 03:22 Ticket #1735 (Nginx js freezing) updated by
- Replying to xeioex: > > When I use stream with js_filter …
03/05/19:
- 14:47 Changeset in nginx-tests [1450:5f53a1d6b83c] by
- Tests: fixed session reuse in ssl_sni.t with OpenSSL 1.1.0+. See …
- 13:34 Changeset in nginx [7475:49f9d2f7d887] by
- SSL: moved c->ssl->handshaked check in server name callback. Server …
- 13:28 Ticket #1735 (Nginx js freezing) updated by
- Just to make sure it is not overlooked: the code in question can be …
- 12:22 Ticket #1735 (Nginx js freezing) updated by
- > When I use stream with js_filter for proxying to the http server, I …
- 10:21 Changeset in nginx-tests [1449:eeababfd8726] by
- Tests: moved $ssl_server_name tests in http to ssl_sni.t. The tests …
03/04/19:
- 19:17 Ticket #1738 (NGINX Not Honoring proxy_cache_background_update with Cache-Control: ...) updated by
- Replying to arut: > It is true to a certain degree that …
- 19:15 Ticket #1738 (NGINX Not Honoring proxy_cache_background_update with Cache-Control: ...) reopened by
- Replying to mdounin: > Duplicate of #1723. Thank you for …
- 16:21 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by
- Replying to mdounin: > That's because configuration …
- 14:25 Changeset in nginx-tests [1448:c1b969fc7a23] by
- Tests: preserving original SNI in a resumption handshake. BoringSSL …
- 13:31 Ticket #1720 (gzip module documentation does not warn about BREACH) updated by
-
Owner, Status changed
- 12:44 Ticket #1723 (proxy_cache_background_update does not really do updates in the background) updated by
- See also #1738.
- 12:44 Ticket #1738 (NGINX Not Honoring proxy_cache_background_update with Cache-Control: ...) closed by
- duplicate: Duplicate of #1723.
- 12:30 Ticket #1738 (NGINX Not Honoring proxy_cache_background_update with Cache-Control: ...) updated by
- It is true to a certain degree that nginx updates the stale cache …
- 10:02 Changeset in nginx-tests [1447:e1c64ee44212] by
- Tests: added $ssl_server_name tests with SSL session reuse.
03/03/19:
- 13:49 Changeset in nginx [7474:3f1db95d758a] by
- SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option. The …
- 13:48 Changeset in nginx [7473:8981dbb12254] by
- SSL: fixed potential leak on memory allocation errors. If …
- 13:48 Changeset in nginx [7472:d430babbe643] by
- SSL: server name callback changed to return fatal errors. Notably …
- 13:47 Changeset in nginx [7471:7e8bcba6d039] by
- SSL: server name callback changed to return SSL_TLSEXT_ERR_OK. …
- 13:47 Changeset in nginx [7470:48af42db14ab] by
- Version bump.
03/02/19:
- 12:36 Ticket #1738 (NGINX Not Honoring proxy_cache_background_update with Cache-Control: ...) created by
- We are running NGINX in front of our backend server. We are …
03/01/19:
- 17:21 Changeset in nginx_org [2345:7ef11708457e] by
- Added Unit 1.8.0 release news.
- 16:46 Milestone unit-1.8 completed
- Planned features * java servlet container beta * requests routing …
- 16:04 Changeset in nginx_org [2344:ea8ccaac18b4] by
- Added default values for r.subrequest options in njs.
- 15:58 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by
- Replying to cezmunsta@…: > Agreed, in some cases it is …
- 15:46 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by
- Sure. In some cases this is simply impossible. Yet the code in …
- 15:26 Ticket #1736 (Cannot build dynamic modules: "Can't open auto/module") closed by
- invalid
- 15:23 Ticket #1737 (HTTP/2 HPACK full encoding support) created by
- It would be really appreciated if Nginx implemented HTTP/2 HPACK full …
- 15:09 Ticket #1736 (Cannot build dynamic modules: "Can't open auto/module") updated by
- Please close this ticket, I have solved the issue. Possibly some …
- 15:00 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by
- Replying to cezmunsta@…: > > It was done to make sure …
- 14:46 Ticket #1736 (Cannot build dynamic modules: "Can't open auto/module") reopened by
- Hi mdounin, This was a copy-paste error as I was trying to change …
- 14:30 Ticket #1736 (Cannot build dynamic modules: "Can't open auto/module") closed by
-
invalid: In the provided
config
sample you use. auto/config
instead of … - 14:03 Ticket #1736 (Cannot build dynamic modules: "Can't open auto/module") created by
- I have a simple dynamic module config script like so: […] I run …
- 13:36 Ticket #1735 (Nginx js freezing) updated by
- Please share the code inside function fix and the debug log.
- 09:27 Ticket #1735 (Nginx js freezing) created by
- When I use stream with js_filter for proxying to the http server, I …
02/28/19:
- 16:05 Changeset in nginx_org [2343:d67d57eb3a56] by
- Updated with Netcraft February 2019 Web Server Survey stats.
- 14:02 Changeset in nginx-tests [1446:44973a23b031] by
- Tests: loading "engine:..." keys with certificate variable.
- 13:04 Changeset in nginx_org [2342:4795c2ae5066] by
- Added the "poll" method for Windows.
- 12:30 Changeset in nginx_org [2341:1ddf76f5c565] by
- Updated OpenSSL version used for win32 builds.
02/27/19:
- 17:25 Changeset in nginx_org [2340:537130c40c1f] by
- Updated r.subrequest desctiption in njs.
- 14:30 Changeset in nginx-tests [1445:889283abadf8] by
- Tests: added basic ssl tests with dynamic certificate not found.
- 12:30 Changeset in nginx_org [2339:a72bd8324c0b] by
- Added njs labeled statements to Compatibility.
- 12:29 Changeset in nginx_org [2338:39ac205f90b7] by
- Documented that r.variables{} and s.variables{} are writable.
- 12:29 Changeset in nginx_org [2337:867fe207f13e] by
- Updated links to changes.xml in njs Reference.
- 11:03 Ticket #1529 (Could not configure TLS1.3 ciphers in OpenSSL 1.1.1 pre4) updated by
- See also #1734.
- 11:03 Ticket #1734 (nginx failed to work with openssl-1.1.1b) closed by
- wontfix: Citing from Arch Linux PR: […] I have nothing to say more than …
- 07:54 Ticket #1734 (nginx failed to work with openssl-1.1.1b) created by
- Hello, I'm using Archlinux x86_64. Today I updated nginx …
02/26/19:
- 22:44 Ticket #147 (nginx touched /var/log/nginx-error.log even when error_log are switched off) updated by
- > It was done to make sure configuration parsing errors are logged …
- 17:45 Changeset in nginx-tests [1444:533d31d5057e] by
- Tests: adapted js_internal_redirect.t to njs changes. …
- 16:45 Changeset in nginx-tests [1443:7c217d343d1e] by
- Tests: ssl tests with dynamic certificates.
- 16:39 Ticket #1711 (TLS 1.3 on Windows build) closed by
- fixed: Windows binary of nginx 1.15.9 was built with OpenSSL 1.1.1b …
- 15:56 Milestone nginx-1.15.9 completed
- Status: scheduled Trunk: mainline * win32 WSApoll() support …
- 15:56 Milestone njs-0.2.8 completed
- Planned features: * Deprecated api removed * labels support
- 15:47 Changeset in nginx_org [2336:702e7aaf188f] by
- nginx-1.15.9
- 15:45 Changeset in nginx_org [2335:ff35d7b84a9b] by
- Fixed date.
- 15:33 Changeset in nginx_org [2334:dbe55598d3f6] by
- Added variables support in ssl_certificate and ssl_certificate_key.
- 15:29 Changeset in nginx [7469:bd1bba6c0184] by
- release-1.15.9 tag
- 15:29 Changeset in nginx [7468:d2fd76709909]release-1.15.9 by
- nginx-1.15.9-RELEASE
- 15:23 Changeset in nginx_org [2333:fb5e1d2d4c75] by
- Removed "Not supported" section, updated defineProperty in njs …
- 15:22 Changeset in nginx_org [2332:9d502d4305ac] by
- Removed obsolete properties and examples from njs.
- 15:11 Changeset in nginx_org [2331:5eba0f7b24a9] by
- njs-0.2.8
- 15:01 Changeset in nginx [7467:8bdf57dfa42d] by
- Updated OpenSSL used for win32 builds.
- 12:49 Ticket #1733 ("image_filter resize/crop" action replaces transparent background on ...) updated by
-
The
image_filter_watermark_...
directives suggest that you are using … - 11:13 Ticket #1733 ("image_filter resize/crop" action replaces transparent background on ...) created by
- Problem is: image_filter module replace transparent background to …
02/25/19:
- 20:30 Ticket #1732 (Warn for large request bodies) created by
- Currently, this warning floods our log files: `2019/02/25 11:17:46 …
- 18:16 Changeset in nginx [7466:48c87377aabd] by
- SSL: fixed possible segfault with dynamic certificates. A virtual …
- 13:42 Changeset in nginx [7465:6708bec13757] by
- SSL: adjusted session id context with dynamic certificates. Dynamic …
- 13:42 Changeset in nginx [7464:e970de27966a] by
- SSL: dynamic certificate loading in the stream module.
- 13:42 Changeset in nginx [7463:180df83473a4] by
- SSL: passwords support for dynamic certificate loading. Passwords …
- 13:42 Changeset in nginx [7462:be2af41d3620] by
- SSL: variables support in ssl_certificate and ssl_certificate_key. To …
- 13:41 Changeset in nginx [7461:a68799465b19] by
- SSL: loading of connection-specific certificates.
- 13:41 Changeset in nginx [7460:77436d9951a1] by
- SSL: reworked ngx_ssl_certificate(). This makes it possible to reuse …
- 13:41 Changeset in nginx [7459:982008fbc4ba] by
- SSL: removed logging of empty "(SSL:)" in ngx_ssl_error(). The …
- 13:41 Changeset in nginx [7458:0f0c75caa038] by
- Style.
- 07:03 Ticket #1730 (An open Nginx Plus dashboard prevents reload) closed by
- invalid: Hello, This is nginx open-source bug tracking system. Please report …
- 03:23 Ticket #1731 (Reverse proxy websocket If the number of concurrency is large, many ...) updated by
- It looks like you are using not nginx, but rather a heavily modified …
02/23/19:
- 19:34 Ticket #1731 (Reverse proxy websocket If the number of concurrency is large, many ...) created by
- […] If the websocket has a lot of concurrency, there will be a …
02/22/19:
- 09:32 Ticket #1730 (An open Nginx Plus dashboard prevents reload) created by
- nginx version: nginx/1.13.4 (nginx-plus-r13) I have tried to …
02/21/19:
- 17:42 Changeset in nginx-tests [1442:4281225b0c52] by
- Tests: njs tests for setting nginx variables.
- 13:13 Ticket #1410 (default_server with no IP specified for multiple IP servers) closed by
- wontfix: There are no reasons to list all IP addresses in the configuration, it …
02/20/19:
- 23:10 Ticket #1410 (default_server with no IP specified for multiple IP servers) updated by
- A directive would be very nice to have. Currently, the only way I see …
02/19/19:
- 22:04 Ticket #1729 (If-Modified-Since won't trigger 304 unless server send Last-Modified) closed by
-
invalid: That's intended. Using
add_header Last-Modified "";
clears last … - 18:20 Ticket #1729 (If-Modified-Since won't trigger 304 unless server send Last-Modified) created by
- I just realized that if I make a request with a …
- 14:42 Ticket #196 (Inconsistent behavior on uri's with unencoded spaces followed by H) updated by
- See also #1728.
- 14:39 Ticket #1728 (Parsing HTTP request is wrong) closed by
- duplicate: Actually both requests are invalid. You must encode the request URI. …
- 14:22 Ticket #1728 (Parsing HTTP request is wrong) created by
- I do following request to nginx server: […] and as you can see get …
- 12:00 Ticket #1727 (Don't create file in put method) closed by
- invalid: It is not clear to me what you are trying to do, but it is quite …
- 08:15 Ticket #1727 (Don't create file in put method) created by
- Hi, we have the following problem: The service makes put …
02/18/19:
- 17:21 Changeset in nginx-tests [1441:2e81f7788cf7] by
- Tests: adapted stream_js.t to njs changes.
02/15/19:
- 10:10 Ticket #1726 (Как собирать модуль из ядра динамическим?) closed by
- invalid: Для вопросов - используйте, пожалуйста, …
02/14/19:
- 21:07 Ticket #1726 (Как собирать модуль из ядра динамическим?) created by
- Здравствуйте, хочу собрать модуль --with-file-aio=dynamic На серверах …
- 17:17 Ticket #1723 (proxy_cache_background_update does not really do updates in the background) updated by
- The documentation would benefit from clarifying what a background …
- 10:25 Ticket #1725 (nginx ends up in a state where current and oldbin exist for days) closed by
- invalid: per reporter request
- 10:18 Ticket #1725 (nginx ends up in a state where current and oldbin exist for days) updated by
- Can be marked as invalid. QUIT was not send because it only waited 1s …
- 08:31 Ticket #1725 (nginx ends up in a state where current and oldbin exist for days) created by
- nginx 1.15.8 it was running, then 20190212 11:41 it was reloaded …
02/12/19:
- 19:46 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) closed by
- fixed: Committed, thanks.
- 19:45 Ticket #1721 (One line redundant code in ngx_slab_free_locked) closed by
- fixed: Committed, thanks.
- 19:45 Ticket #1721 (One line redundant code in ngx_slab_free_locked) updated by
- In [changeset:"d97d09ef3afe1adadecc46db230dbabbc8311f8f/nginx" …
- 19:45 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) updated by
- In [changeset:"608810849b6dbbe855ca8a80c4769f7ee45bc490/nginx" …
- 18:51 Changeset in nginx [7457:d97d09ef3afe] by
- Slab: removed redundant page calculation (ticket #1721).
- 17:36 Ticket #1724 (Nginx doesn't sanitize and is inconsistent with multiple, repeated ...) updated by
-
For the record, multiple
Host
headers are allowed since … - 16:22 Ticket #1724 (Nginx doesn't sanitize and is inconsistent with multiple, repeated ...) updated by
-
Type changed
> The myserver.com will be accepted and parsed as the $server_name, … - 15:17 Ticket #1638 (Nginx Systemd is failing to start on reboot) closed by
- worksforme: Feedback timeout.
- 14:16 Ticket #1724 (Nginx doesn't sanitize and is inconsistent with multiple, repeated ...) created by
- Ola, I understand this is not supported by HTTP specification, but …
- 03:58 Ticket #1721 (One line redundant code in ngx_slab_free_locked) updated by
- I think this is a better patch, thanks.
- 02:51 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) updated by
- I sent above to mailing list. : )
02/11/19:
- 18:26 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) updated by
-
Status changed
Thanks, this probably the simplest solution. - 15:49 Ticket #1723 (proxy_cache_background_update does not really do updates in the background) closed by
- wontfix: This is expected behaviour. Quoting …
- 13:07 Ticket #1723 (proxy_cache_background_update does not really do updates in the background) created by
- When successively requesting multiple stale urls using the same …
- 05:03 Ticket #1722 (Error log of proxy buffer size for cache key looks weird) created by
- With long request uri I got below error log 2019/01/30 18:41:05 …
- 04:36 Changeset in nginx [7456:608810849b6d] by
- Upstream: fixed logging of required buffer size (ticket #1722).
- 03:20 Ticket #1721 (One line redundant code in ngx_slab_free_locked) updated by
-
The
n
variable is used in the following&pool->pages[n]
reference, … - 02:10 Ticket #1721 (One line redundant code in ngx_slab_free_locked) created by
- Hi, When I read the source code of Nginx, I notice there is one line …
Note:
See TracTimeline
for information about the timeline view.