[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-10-08 Thread Robie Basak
** Tags added: bionic-openssl-1.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832295 Title: lighttpd broken by OpenSSL update To manage notifications about this bug go to: https://bugs.launchpad

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package lighttpd - 1.4.45-1ubuntu3.18.04 --- lighttpd (1.4.45-1ubuntu3.18.04) bionic; urgency=medium * Cherrypick and rebase upstream patch to disable client renegotiation with TLSv1.3 connections. LP: #1832295 -- Dimitri John Ledkov Mon, 24 Jun 201

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-25 Thread Launchpad Bug Tracker
This bug was fixed in the package lighttpd - 1.4.45-1ubuntu3.18.10 --- lighttpd (1.4.45-1ubuntu3.18.10) cosmic; urgency=medium * Cherrypick and rebase upstream patch to disable client renegotiation with TLSv1.3 connections. LP: #1832295 -- Dimitri John Ledkov Mon, 24 Jun 201

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-25 Thread Ferdi
The version in proposed works for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832295 Title: lighttpd broken by OpenSSL update To manage notifications about this bug go to: https://bugs.launc

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-25 Thread Dimitri John Ledkov
Reproducing on cosmic: # dpkg-query -W lighttpd lighttpd1.4.45-1ubuntu3 # curl --cacert /etc/ssl/certs/ssl-cert-snakeoil.pem https://composed-cattle.lxd &>/dev/null && echo Pass || echo Fail Fail # sed 's/-updates/-proposed/' -i /etc/apt/sources.list # apt update # apt install lighttpd

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-25 Thread Dimitri John Ledkov
Reproducing on bionic: # dpkg-query -W lighttpd lighttpd1.4.45-1ubuntu3 # curl --cacert /etc/ssl/certs/ssl-cert-snakeoil.pem https://diverse-basilisk.lxd &>/dev/null && echo Pass || echo Fail Fail # sed 's/-updates/-proposed/' -i /etc/apt/sources.list # apt update # apt install lighttpd #

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-25 Thread Robie Basak
Hello Jim, or anyone else affected, Accepted lighttpd into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/lighttpd/1.4.45-1ubuntu3.18.04 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See htt

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-25 Thread Dimitri John Ledkov
** Description changed: - [Impact] - * TLSv1.3 (which is enabled by default) connections are getting killed +  * TLSv1.3 (which is enabled by default) connections are getting killed instead of succeeding negotiation. [Test Case] - * Create lighttpd server, attempt to connect via

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-25 Thread Bug Watch Updater
** Changed in: lighttpd (Debian) Status: Unknown => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832295 Title: lighttpd broken by OpenSSL update To manage notifications about

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-24 Thread Dimitri John Ledkov
Fix released in Disco and Eoan. Affected series are Bionic and Cosmic. ** Also affects: lighttpd (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: lighttpd (Ubuntu Cosmic) Importance: Undecided Status: New ** Changed in: lighttpd (Ubuntu Bionic) Importanc

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-24 Thread Dimitri John Ledkov
> Temporary solution is to define `ssl.disable-client-renegotiation = "disable"` > But it's not safe. Actually that should be the new default. Client-renegotiation is no longer supported at all, and shouldn't be neither offered or accepted. -- You received this bug notification because you are a

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-24 Thread Robie Basak
** Tags added: regression-update -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832295 Title: lighttpd broken by OpenSSL update To manage notifications about this bug go to: https://bugs.launchpad.

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-21 Thread Andres Rodriguez
** Changed in: lighttpd (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832295 Title: lighttpd broken by OpenSSL update To manage notifications about th

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-20 Thread Jeremy
Got that issue too. All site using https were down. Temporary solution is to define `ssl.disable-client-renegotiation = "disable"` But it's not safe. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-13 Thread Jim Tittsler
To eliminate further downtime, I built/installed lighttpd 1.4.54 which resolved the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832295 Title: lighttpd broken by OpenSSL update To manage

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-12 Thread Jim Tittsler
Simply rebuilding the source deb against the new libraries isn't enough to make it work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832295 Title: lighttpd broken by OpenSSL update To manage not

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: lighttpd (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832295 Title: l

[Bug 1832295] Re: lighttpd broken by OpenSSL update

2019-06-11 Thread Jim Tittsler
A Debian bug suggests that lighttpd < 1.4.51 is broken by libssl 1.1 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913558 ** Bug watch added: Debian Bug tracker #913558 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913558 -- You received this bug notification because you are a memb