Custom Query (2297 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 2297)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#2488 fixed $remote_addr is wrong after quic migration 9649201.quotev.com@…
Description

In ngx_quic_set_connection_path(), the address is copied from path->addr_text to c->addr_text. path->addr_text includes the port number, but c->addr_text does not usually include it.

Also, the address may be truncated because it uses min(c->addr_text.len, path->addr_text.len) for the new length.

#1938 fixed mail proxy connect issue with Outlook 9yw@…
Description

When I use Outlook2016 (with wrong password) to connect a "mail proxy" type SSL port(465/993/995), always get 0x800CCC0F error.But it's ok when using "stream proxy". After some research,I got a "I don't know how but it works" solution:

Edit mail/ngx_mail_handler.c: 1.copy void ngx_mail_close_connection to "ngx_mail_close_connection_keep" https://user-images.githubusercontent.com/25059561/75753262-607b6100-5d65-11ea-92ed-ba37bee238eb.png 2.remove "ngx_close_connection(c);" from void ngx_close_connection(c); 3.edit void ngx_mail_send change line 674 to ngx_mail_close_connection_keep(c);

        if (s->quit) {
            ngx_mail_close_connection_keep(c);
            return;
        }

Add "void ngx_mail_close_connection_keep(ngx_connection_t *c);" to mail/ngx_mail.h

============= I don't know how it works, also don't know dos it has side effects,so I hope the connect issue can be fixed official.

#535 invalid Windows Distribution Vulnerable Due to OpenSSL Bug Aaron Riesbeck
Description

Due to the major security vulnerability in OpenSSL the windows binary offered on the nginx.org website needs to have its version of OpenSSL updated. The current release (1.5.13) from 4/8 is using OpenSSL 1.0.1g which is vulnerable.

https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-0160

Thanks, Aaron

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.