Public bug reported:

If mpm-itk is installed TLS connections will linger for Alert timeout of
10 seconds unless the client closes first.

Problem can be reproduced with PHP (replace url with your own):

php -r '$context=stream_context_create(array("ssl" => array("ciphers" =>
"HIGH:!SSLv2:!SSLv3")));echo
file_get_contents("https://www.example.com/hello",false,$context);'

Problem cannot be trivially reproduced with curl because it reads
Content-Length and sends close itself.

Problem can be fixed by installing newest upstream mpm-itk (mpm-
itk-2.4.7-03).

apt-get install apache2-dev
curl http://mpm-itk.sesse.net/mpm-itk-2.4.7-03.tar.gz > mpm-itk-2.4.7-03.tar.gz
tar xf mpm-itk-2.4.7-03.tar.gz
cd mpm-itk-2.4.7-03.tar.gz
./configure
make
make install

** Affects: mpm-itk (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1504162

Title:
  Lingering close on TLS connection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mpm-itk/+bug/1504162/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to