Sure. I would add this block to the top of the nginx default site file:
server {
listen 443 ssl deferred;
root /usr/share/nginx/html;
index index.html index.htm;
# Make site accessible from http://localhost/
server_name localhost;
location / {
I just investigated on Xenial, and this problem appears not to exist
there. The behaviour is the same (SYN+ACK retransmission after
TCP_DEFER_ACCEPT timeout), but this time nginx correctly continues the
connection. So it seems that this was fixed somewhere between trusty and
xenial.
For the fixed
I have located the bug fix: http://hg.nginx.org/nginx/rev/5b549cc7f698.
Such a fix would be extremely easy to backport if there is interest in
doing so. Otherwise, the fix landed in 1.7.11, so any version later than
that is safe.
--
You received this bug notification because you are a member of U
Public bug reported:
Summary:
When nginx has a server that is configured in the 'deferred' listen mode
and it takes the client more than approx. 1 second to send data, nginx
will hang and eventually time the connection out.
Tested Versions:
lsb_release -rd:
Description:Ubuntu 14.0
Tyler,
Sorry if I don't fully understand, but your claim is that this is a non-
issue because "you" (presumably referring to the Ubuntu Security team in
general) will fix individual applications that are vulnerable to
CVE-2014-9365. Before closing this issue, I'd like to know how you plan
to do th
Hi folks, I'm a requests and urllib3 maintainer.
Looks like you're running into urllib3 issue #385. This was fixed in
urllib3 1.8.3 by the changelog. However, it should be a simple matter to
backport the relevant patch from #385, which should get your systems
working again.
[0]: https://github.co
Tested 1.4.0-1ubuntu0.14.04.1, this bug appears to be fixed there.
** Tags removed: verification-needed
** Tags added: verification-done
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1342173
Title:
This also appears to affect precise, which is version 1.3.4-1.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1342173
Title:
BIRD 1.4.0-1 fails to start on Ubuntu 14.04
To manage notifications about
Public bug reported:
When installing BIRD on Ubuntu 14.04, installation fails because bird6
fails to start. The console log is:
ubuntu@host:~$ sudo apt-get install bird
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be inst