Timeline
09/02/17:
- 12:26 Ticket #1089 (ssl_ecdh_curve not honored in server block) closed by
-
wontfix: The
ssl_ecdh_curve
directive in the server context make sense … - 09:07 Ticket #1089 (ssl_ecdh_curve not honored in server block) reopened by
- Couldn't the ssl_ecdh_curve directive be made applicable in http …
09/01/17:
- 16:58 Ticket #1368 (Date oveflow problems with ngx_gmtime()) updated by
- Yeah, looks good! And much cleaner than my hack! Incidentally, thanks …
- 14:33 Ticket #1375 (Can‘t use parallel ECDSA / RSA certificates in BoringSSL) closed by
- invalid: Looking through BoringSSL code suggests that there are no relevant …
- 13:07 Ticket #1374 (Nginx error_page 499 Error report) closed by
- wontfix: You can't. The special code 499 is used in nginx to indicate that …
- 06:57 Ticket #1375 (Can‘t use parallel ECDSA / RSA certificates in BoringSSL) updated by
- I add an option to enable TLS 1.3 and weak ciphers
- 06:56 Ticket #1375 (Can‘t use parallel ECDSA / RSA certificates in BoringSSL) created by
- I can‘t use parallel ECDSA / RSA certificates in BoringSSL.It only …
- 02:34 Ticket #1374 (Nginx error_page 499 Error report) created by
- Dear Sir, I got 499 error in my nginx log, and i want to do the …
08/31/17:
- 16:09 Changeset in nginx-tests [1215:26884729e06b] by
- Tests: cope with resolver resend in mail resolver tests. Currently, …
- 12:57 Ticket #1372 (Nginx not respecting the TTL for the resolver at the Location block ...) closed by
- invalid: With the provided configuration, the following address is only used in …
- 01:45 Ticket #1372 (Nginx not respecting the TTL for the resolver at the Location block ...) updated by
- Hi, This is our current Nginx confiuration after removing the …
08/30/17:
- 21:52 Changeset in nginx [7100:12cadc4669a7] by
- HTTP/2: signal 0-byte HPACK's dynamic table size. This change lets …
- 15:28 Ticket #1351 (NGINX closing connection with GOAWAY if client sends ...) updated by
- Thank you for investigating. I believe you are right guessing that …
- 12:30 Ticket #1373 (missing '=' in admin-guide/serving-static-content) closed by
- fixed
- 12:29 Ticket #1373 (missing '=' in admin-guide/serving-static-content) updated by
-
Status, Owner changed
Thanks, fixed. - 11:18 Ticket #1372 (Nginx not respecting the TTL for the resolver at the Location block ...) updated by
-
Most likely,
aws-ec2-new-site.com
is written explicitly in a … - 10:51 Ticket #196 (Inconsistent behavior on uri's with unencoded spaces followed by H) updated by
- See also #1371.
- 10:51 Ticket #1371 (some url contains space will be treated as invalid) closed by
-
duplicate: Both URLs are invalid, you should encode space as
%20
. Duplicate of #196. - 10:43 Ticket #1368 (Date oveflow problems with ngx_gmtime()) updated by
- Well, I don't think that introducing Y4.147K problem is a good idea. …
- 09:59 Ticket #1373 (missing '=' in admin-guide/serving-static-content) created by
- In the admin-guide/serving-static-content[0] at the section 'Tuning …
- 07:42 Ticket #1368 (Date oveflow problems with ngx_gmtime()) updated by
- Hiya. No problem! Arrrgh! Good call! Of course, you're right that you …
- 03:54 Ticket #1372 (Nginx not respecting the TTL for the resolver at the Location block ...) created by
- Hi team, We recently notice an issue with our Nginx configuration …
- 02:40 Ticket #1371 (some url contains space will be treated as invalid) created by
- Hi! So i have two url, both of them contain the space, one is …
- 01:25 Changeset in nginx-tests [1214:a05ba24a462b] by
- Tests: removed rewrite dependency in proxy_cache_range.t.
08/29/17:
- 20:48 Ticket #1370 (proxy_pass changes Content-Type to html when use variables) updated by
- Thanks for the explanation, I was seeing valid response in browser and …
- 19:16 Ticket #1370 (proxy_pass changes Content-Type to html when use variables) closed by
-
invalid: When using variables in
proxy_pass
, if URI is specified, it is … - 16:55 Ticket #1370 (proxy_pass changes Content-Type to html when use variables) created by
- $ nginx -v nginx version: nginx/1.13.3 I am using latest …
- 14:21 Changeset in nginx-tests [1213:64f287c8cc62] by
- Tests: more corner cases for secure_link module.
- 14:10 Ticket #1357 (slice+if_range problem) updated by
- In [changeset:"0c15ba7d19b3a845ba5943f909dadfb6fdf432c0/nginx-tests" …
- 14:03 Changeset in nginx-tests [1212:0469ef3fcd34] by
- Tests: added "expires modified" test with proxy.
- 13:56 Changeset in nginx-tests [1211:0c15ba7d19b3] by
- Tests: If-Range tests with proxy. This covers the following cases: - …
08/28/17:
- 17:33 Ticket #1368 (Date oveflow problems with ngx_gmtime()) updated by
- This used to result in 2038..2106 dates on 32-bit platforms, though …
- 13:52 Ticket #1369 (Add proxy_detect_mime setting) updated by
- Please replace the s/proxy_set_header/add_header/ above, as …
- 13:42 Ticket #1366 (ngx_epoll_notify override original handler) closed by
-
wontfix: As of now, only thread pools are expected to use
ngx_notify()
. … - 13:37 Ticket #1369 (Add proxy_detect_mime setting) created by
- Right now, nginx using proxy_pass will not touch the content-type and …
- 13:18 Ticket #564 (map regex matching affects rewrite directive) updated by
- can someone change the component to documentation, as this is mostly a …
- 12:59 Ticket #1367 (`gzip_static always` doesn't use index.html.gz unless index.html exists) closed by
-
invalid: The problem is that requests to
/
are first handled by the … - 02:06 Ticket #1368 (Date oveflow problems with ngx_gmtime()) created by
- There is a problem in ngx_gmtime() with dates earlier than the …
08/26/17:
- 16:55 Ticket #1367 (`gzip_static always` doesn't use index.html.gz unless index.html exists) created by
- My config: […] (This might not match what's currently on …
08/25/17:
- 13:25 Ticket #1330 (OCSP stapling non-functional on IPv6-only host) updated by
- I wanted to add another workaround: Use a DNS A record filter proxy ( …
- 11:27 Ticket #1366 (ngx_epoll_notify override original handler) updated by
- I am so sorry, the title should be "ngx_epoll_notify overwrite …
- 11:23 Ticket #1366 (ngx_epoll_notify override original handler) created by
- static ngx_int_t ngx_epoll_notify(ngx_event_handler_pt handler) { …
- 07:16 Ticket #1365 (Pecular behaviour of nginx reload) created by
- Good day colleagues, I am writing the system for hosting management …
08/24/17:
- 09:51 Ticket #1364 (proxy_ssl_protocols does not handle hole in version properly, or is it ?) closed by
- invalid: You are likely confused with record layer version number. The …
- 01:25 Ticket #1364 (proxy_ssl_protocols does not handle hole in version properly, or is it ?) created by
- Hi, An nginx configured to reverse proxy connection using TLS with …
08/23/17:
- 16:54 Ticket #1357 (slice+if_range problem) closed by
- fixed: Patch committed, thanks for reporting this.
- 16:25 Ticket #1357 (slice+if_range problem) updated by
- In [changeset:"acc2cddc7b451046d45aeed62ab7f2661fd2808c/nginx" …
- 16:20 Changeset in nginx [7093:acc2cddc7b45] by
- Upstream: unconditional parsing of last_modified_time. This fixes at …
- 15:21 Ticket #1330 (OCSP stapling non-functional on IPv6-only host) updated by
- See also #1363.
- 15:21 Ticket #1363 (OCSP responder timed out on IPv6 only server) closed by
- duplicate: Duplicate of #1330.
- 14:08 Ticket #724 (Init script does not check config on reload for Ubuntu mainline packages) updated by
- Consider looking at PIDs of running worker processes, and their …
- 13:31 Ticket #1362 (gzip_proxied default) updated by
- While HTTP/1.0 proxies certainly can do anything they want, they …
- 10:48 Changeset in nginx-tests [1210:3ca5b0081bc6] by
- Tests: proxy_cache_use_stale.t adjusted. Extended …
- 10:05 Ticket #1363 (OCSP responder timed out on IPv6 only server) created by
- This is the error message: […] The OSCP responder seems to have A …
- 05:03 Ticket #1335 (pkg-oss uses insecure http:// to download sources and link to content) updated by
- @mdounin I forget I have the benefit of HTTPS Everywhere. In that …
- 04:56 Ticket #724 (Init script does not check config on reload for Ubuntu mainline packages) updated by
- Replying to mdounin: > Note well that to check results of …
08/22/17:
- 22:53 Ticket #1362 (gzip_proxied default) updated by
- HTTP/1.0 proxies can (and do) support Vary. This is a common …
- 21:13 Ticket #1362 (gzip_proxied default) closed by
- wontfix: You can find detailed explanation in this thread: …
- 18:56 Ticket #1362 (gzip_proxied default) created by
- gzip_proxied defaults to "off" in nix_http_gzip_module. This means …
- 18:22 Changeset in nginx [7094:c7d4017c8876] by
- Secure link: fixed stack buffer overflow. When secure link checksum …
- 14:36 Changeset in nginx [7092:2e8de3d81783] by
- SSL: fixed possible use-after-free in $ssl_server_name. The …
- 14:14 Changeset in nginx-tests [1209:0d9df274e3a3] by
- Tests: ssl_client_escaped_cert variable tests.
- 13:10 Ticket #857 (Problem with multiline $ssl_client_cert HTTP header in proxy mode) closed by
- fixed: The $ssl_client_escaped_cert variable will be available in the next …
- 13:05 Ticket #857 (Problem with multiline $ssl_client_cert HTTP header in proxy mode) updated by
- In [changeset:"82f0b8dcca27948d2aa47c995c2c8e0c61ad28ef/nginx" …
- 12:18 Changeset in nginx [7091:82f0b8dcca27] by
- SSL: the $ssl_client_escaped_cert variable (ticket #857). This …
08/21/17:
- 12:42 Ticket #1361 (SSL: error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported ...) updated by
- Спасибо, это то, что нужно. Я как-то пропустил этот параметр.
- 12:05 Ticket #1361 (SSL: error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported ...) closed by
- invalid: Конкретно упомянутый сервер - за Cloudflare, и не принимает запросы …
- 11:56 Ticket #1361 (SSL: error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported ...) created by
- nginx почему-то не может проксировать к некоторым https-сайтам. …
- 08:47 Ticket #1336 (pkg-oss: add non-interactive mode to improve scriptability of ...) updated by
-
Owner, Status, Component changed
- 08:45 Ticket #1337 (pkg-oss: `dist` macro changes on CentOS 7 break nginx-module packages) closed by
-
fixed: Thanks for reporting this. We've been using an override for
dist
in … - 08:22 Ticket #1359 (Map command map $upstream_http_cache_control $bypass_cache_control ...) updated by
- Understood. Thanks for the reply.
- 08:18 Ticket #1337 (pkg-oss: `dist` macro changes on CentOS 7 break nginx-module packages) updated by
-
Component changed
- 08:17 Ticket #1337 (pkg-oss: `dist` macro changes on CentOS 7 break nginx-module packages) updated by
-
Status, Owner changed
- 08:17 Ticket #1337 (pkg-oss: `dist` macro changes on CentOS 7 break nginx-module packages) updated by
-
Status changed
08/19/17:
- 19:52 Ticket #1360 (enhancement: auto-reload map includes) created by
- When using an include file with the map directive, it would be ideal …
08/17/17:
- 16:18 Ticket #1359 (Map command map $upstream_http_cache_control $bypass_cache_control ...) closed by
- invalid: The proxy_cache_bypass …
- 15:54 Ticket #1359 (Map command map $upstream_http_cache_control $bypass_cache_control ...) created by
- We are using the following map directive: […] Within location …
- 12:21 Ticket #1163 (cache size grows over max_size) updated by
- So it looks like socket leaks are still here in 1.13.3. Without any …
- 01:50 Ticket #1163 (cache size grows over max_size) updated by
- (Sorry for long delay) I tested with nginx 1.13.3 and no longer …
08/16/17:
- 18:38 Ticket #1269 ($upstream_response_time is improperly evaluated in header filter handlers) updated by
- Replying to kashiraja@…: > I'm getting a the same symptom …
- 17:59 Ticket #1269 ($upstream_response_time is improperly evaluated in header filter handlers) updated by
- I'm getting a the same symptom when cache status is MISS and data is …
- 14:00 Ticket #1358 (Only first parameter of querystring available) updated by
- Okay, my misstake. I have to escape the & in the curl request.
- 13:51 Ticket #1358 (Only first parameter of querystring available) updated by
- I have added some extra headers in my personal nginx vhost config: …
- 12:16 Ticket #1358 (Only first parameter of querystring available) closed by
- worksforme: The $request variable as logged in the standard access log format …
- 10:06 Ticket #1358 (Only first parameter of querystring available) created by
- Hello, i tried to setup redirects based on the query string. This is …
- 06:22 Ticket #1357 (slice+if_range problem) updated by
- OK, thank you
08/15/17:
- 16:08 Ticket #1357 (slice+if_range problem) updated by
-
Description changed
Please try the following patch: […] - 15:17 Ticket #857 (Problem with multiline $ssl_client_cert HTTP header in proxy mode) updated by
- The following patch introduces the $ssl_client_escaped_cert variable. …
- 06:30 Ticket #1357 (slice+if_range problem) updated by
- The If-Range HTTP request header makes a range request conditional: if …
- 04:00 Ticket #1357 (slice+if_range problem) created by
- […] […] return 206, meet expectation …
08/14/17:
- 13:39 Ticket #1340 (Incorrect TLS session resumption for SNI-enabled upstream.) updated by
- SSL sessions are cached in the context of the upstream{} block (or an …
08/11/17:
- 23:47 Ticket #1333 (Crashes in timer code when ngx_log_debug is on) updated by
- Thanks for the explanation!
- 18:30 Ticket #1356 (try_files directive and variables) closed by
- invalid: If your intention was to check $uri/ directory existence, you should …
- 16:18 Ticket #1356 (try_files directive and variables) created by
- Maybe I am wrong or this is only a documentation level problem but I …
- 16:01 Changeset in nginx-tests [1208:a6453cf5786a] by
- Tests: http mirror module tests.
- 14:06 Changeset in nginx-tests [1207:b1dc56ad15e9] by
- Tests: ignore SIGPIPE in ssl_verify_client.t.
08/10/17:
- 19:21 Changeset in nginx [7141:dfa0250bf222]stable-1.12 by
- Range filter: changed type for total length to off_t. Total length of …
- 19:21 Changeset in nginx [7090:a2f5e25d6a28] by
- Range filter: changed type for total length to off_t. Total length of …
- 19:21 Changeset in nginx [7089:371da6a7021b] by
- Restored ngx_event_aio_t layout for debug logging. The "fd" field …
- 19:21 Changeset in nginx [7088:f684178faec9] by
- Style.
08/09/17:
- 17:40 Ticket #1354 (add another conditional to nginx.spec.in to support fedora builds) updated by
- It's an innocuous change that won't affect the releases you do spin, …
- 14:19 Ticket #1348 (proxy_cache_background_update has problem with slice module) updated by
- Replying to arut: > Thanks for reporting this. > This …
- 12:57 Changeset in nginx-tests [1206:c99c1f43cb15] by
- Tests: reload() introduced in Test::Nginx. This method replaces …
- 12:57 Changeset in nginx-tests [1205:c0fa3f818103] by
- Tests: use read_file() in Test::Nginx::stop(). No functional changes.
- 12:35 Ticket #1335 (pkg-oss uses insecure http:// to download sources and link to content) closed by
- wontfix
- 12:19 Ticket #1237 (ability to mirror traffic (like goreplay) without using post_action) closed by
- fixed: In 7072:0bb747b2d7cb/nginx the HTTP mirror module was added. While it …
- 12:16 Ticket #1139 (Продвижение HTTPS и HTTP2 через автоматическую установку сертификатов) closed by
- wontfix
- 12:14 Ticket #705 (Native JavaScript support) closed by
- fixed: Hello. Please check njs project documentation: …
- 12:03 Changeset in nginx [7087:47b7ffc3339d] by
- Fixed calls to ngx_open_file() in certain places. Pass NGX_FILE_OPEN …
- 12:01 Ticket #1326 (rpm update overwrites data) closed by
- invalid: Please consider to use other paths for you site or change root in the …
- 11:59 Changeset in nginx [7086:577628e6b6a6] by
- Style.
- 11:59 Changeset in nginx [7085:2284008a2791] by
- Version bump.
- 11:58 Ticket #1178 (Inconsistent PID file paths cause systemctl timeout) closed by
- fixed
- 11:57 Ticket #1069 (Wrong path to pidfile causes (harmless) error) closed by
- fixed
- 11:54 Ticket #1289 (Nginx 1.12.0 unable to start after initial installation on RHEL 7 if ...) closed by
- fixed
- 11:47 Ticket #1354 (add another conditional to nginx.spec.in to support fedora builds) closed by
- wontfix: We have no plans to build nginx packages for Fedora, so fedora …
- 11:41 Ticket #1041 (does not start nginx1.10.1) closed by
- invalid
- 11:38 Ticket #1327 (Pre-Build packages with static openssl (http2)) closed by
- wontfix: OpenSSL has too many security releases, so we ship nginx linked with …
- 11:07 Ticket #1355 (Can't make 1.13.4 with ngx_pagespeed-latest-stable) updated by
- I would rather recommend to report the whole chunk of the code as a …
- 10:52 Ticket #1355 (Can't make 1.13.4 with ngx_pagespeed-latest-stable) closed by
- invalid: It was moved to …
- 06:52 Ticket #1355 (Can't make 1.13.4 with ngx_pagespeed-latest-stable) created by
- When I try to make 1.13.4 with ngx_pagespeed-latest-stable using the …
08/08/17:
- 19:52 Ticket #1354 (add another conditional to nginx.spec.in to support fedora builds) updated by
- Oops. That should be "0%{?fedora}"... but you see what I'm saying.
- 19:50 Ticket #1354 (add another conditional to nginx.spec.in to support fedora builds) created by
- use_systemd already gets defined for builds on Fedora, so the only …
- 16:49 Changeset in nginx-tests [1204:ba3279915da5] by
- Tests: skip stream_ssl.t on win32 due to mkfifo.
- 15:14 Milestone 1.13.4 completed
- Status: completed Trunk: mainline * The mirror module
- 15:00 Changeset in nginx [7084:2f48ab272052] by
- release-1.13.4 tag
- 15:00 Changeset in nginx [7083:bbc642c813c8]release-1.13.4 by
- nginx-1.13.4-RELEASE
- 13:59 Ticket #1209 (Weird net::ERR_SPDY_PROTOCOL_ERROR errors when http2 emabled) updated by
- After hours of searching Nginx files, testing, clearing every cache I …
- 12:34 Ticket #1209 (Weird net::ERR_SPDY_PROTOCOL_ERROR errors when http2 emabled) updated by
- Please, provide a debug log from nginx as described here: …
- 12:21 Changeset in nginx [7140:90ef2b838c61]stable-1.12 by
- Updated PCRE used for win32 builds.
- 12:21 Changeset in nginx [7082:74431027af26] by
- Updated PCRE used for win32 builds.
- 12:20 Ticket #1133 (ngx_http_limit_req_module . When zone storage is exhausted, all the ...) updated by
- Replying to mdounin: > (What is the bug is that in your …
- 12:16 Changeset in nginx [7081:69f9ee0342db] by
- Slab: fixed initialization on win32. On Windows, a worker process …
- 12:13 Ticket #1133 (ngx_http_limit_req_module . When zone storage is exhausted, all the ...) closed by
- fixed
- 11:25 Ticket #1209 (Weird net::ERR_SPDY_PROTOCOL_ERROR errors when http2 emabled) updated by
- I'm finding the same as WarriorXK, a previously working site stopped …
- 10:45 Ticket #1352 (error when starting) closed by
- invalid: Clearly this is not an nginx bug, nginx simply complains that a …
- 08:53 Ticket #1353 (http and stream on the same "listen" should conflict) created by
- here's sample config […] it does not fail on "nginx -t" […] …
- 06:30 Ticket #1133 (ngx_http_limit_req_module . When zone storage is exhausted, all the ...) updated by
- In [changeset:"6e66487c57568767bdf78334687f235af8638612/nginx_org" …
- 03:30 Ticket #1352 (error when starting) created by
- I deleted the files relating towards it but it still is giving the …
08/07/17:
- 22:17 Ticket #239 (Support for large (> 64k) FastCGI requests) updated by
-
Sensitive changed
Please prove "nginx -V" output and … - 18:11 Ticket #1345 (improve slice subrequest memory free) closed by
- invalid: The patch looks dirty. Pool reference is irrelevant to the ngx_buf_t …
- 17:49 Ticket #1343 (ngx_http_image_filter_module loses colour profile information during ...) closed by
- wontfix: The problem here is that nginx uses libgd to parse and write …
- 17:23 Ticket #1347 (improve slice subrequest memory free) closed by
- duplicate: duplicate of #1345
- 17:19 Ticket #1348 (proxy_cache_background_update has problem with slice module) updated by
- Thanks for reporting this. This happens because the $slice_range …
- 13:08 Changeset in nginx-tests [1203:6f17d67abeb8] by
- Tests: basic stream upstream zone tests.
- 12:42 Ticket #1344 (client_body_temp_path needed, even with option proxy_request_buffering off) closed by
-
wontfix: Even with
proxy_request_buffering off
there are plenty cases when … - 10:06 Ticket #1346 (ngx_http_slice_module with return 416 if file length is zero) closed by
- duplicate: Duplicate of #1031.
- 02:45 Ticket #1298 (when use nginx stream module to proxy UDP traffic, one connection ...) updated by
- Replying to cheng0201@…: > while use nginx with a single …
08/04/17:
- 17:05 Ticket #1351 (NGINX closing connection with GOAWAY if client sends ...) closed by
- worksforme: It doesn't make any sense, because nginx doesn't process …
- 16:37 Changeset in nginx [7704:847fd35f94de] by
- Cache: reset c->body_start when reading a variant on Vary mismatch. …
- 15:56 Ticket #1351 (NGINX closing connection with GOAWAY if client sends ...) created by
- Experienced between Chrome 62.0.3167.0 and above and …
- 14:10 Ticket #1350 (Enably http2 by default) closed by
- wontfix: While HTTP/2 has advantages over HTTP/1.1 in a number of cases, it …
- 14:03 Changeset in nginx [7080:ac120e797d28] by
- Upstream: copy peer data in shared memory. This, in addition to …
- 12:47 Ticket #1350 (Enably http2 by default) created by
- It'd be nice if http2 was enabled by default, especially if ssl is …
- 12:38 Ticket #1349 (TLS doesn't require different IPs) created by
- > It should be kept in mind that due to the HTTPS protocol limitations …
- 07:35 Ticket #1348 (proxy_cache_background_update has problem with slice module) created by
- When slice is not enabled, and proxy_cache_background_update enabled, …
- 07:31 Ticket #1347 (improve slice subrequest memory free) created by
- server { listen 9001; server_name localhost; location / { …
- 05:01 Changeset in nginx [7079:7564a919d333] by
- Referer: fixed $invalid_referer. The variable was considered …
Note:
See TracTimeline
for information about the timeline view.