Package: wget
Version: 1.14-1
Followup-For: Bug #701775

Also bitten by this when using HTTPS on an IPv6 host (please note that
certificate verification was disabled):

    $ wget --debug --no-check 'https://[fdf5:5351:1dfd::2]/api/templates/6'
    Setting --check-certificate (checkcertificate) to 0
    DEBUG output created by Wget 1.14 on linux-gnu.

    URI encoding = 'ANSI_X3.4-1968'
    --2013-06-03 12:41:42--  https://[fdf5:5351:1dfd::2]/api/templates/6
    Connecting to [fdf5:5351:1dfd::2]:443... connected.
    Created socket 4.
    Releasing 0x00000000279e2c20 (new refcount 0).
    Deleting unused 0x00000000279e2c20.
    WARNING: The certificate of 'fdf5:5351:1dfd::2' is not trusted.
    WARNING: The certificate of 'fdf5:5351:1dfd::2' hasn't got a known issuer.

    ---request begin---
    GET /api/templates/6 HTTP/1.1
    User-Agent: Wget/1.14 (linux-gnu)
    Accept: */*
    Host: [fdf5:5351:1dfd::2]
    Connection: Keep-Alive

    ---request end---
    HTTP request sent, awaiting response... Read error (The request is 
invalid.) in headers.
    Retrying.

    --2013-06-03 12:42:39--  (try: 2)  
https://[fdf5:5351:1dfd::2]/api/templates/6
    Connecting to [fdf5:5351:1dfd::2]:443... connected.
    Created socket 4.
    Releasing 0x00000000279e1100 (new refcount 0).
    Deleting unused 0x00000000279e1100.
    WARNING: The certificate of 'fdf5:5351:1dfd::2' is not trusted.
    WARNING: The certificate of 'fdf5:5351:1dfd::2' hasn't got a known issuer.

    ---request begin---
    GET /api/templates/6 HTTP/1.1
    User-Agent: Wget/1.14 (linux-gnu)
    Accept: */*   
    Host: [fdf5:5351:1dfd::2]
    Connection: Keep-Alive

    ---request end---
    HTTP request sent, awaiting response... Read error (The request is 
invalid.) in headers.
    Retrying.

Please note the really long delay between retries.  This long delay also
happens with successful HTTPS requests to normal sites:

    $ time wget --debug -O/dev/null https://elvil.net/index.html
    Setting --output-document (outputdocument) to /dev/null
    DEBUG output created by Wget 1.14 on linux-gnu.

    URI encoding = 'ANSI_X3.4-1968'
    --2013-06-03 12:55:03--  https://elvil.net/index.html
    Resolving elvil.net (elvil.net)... 66.246.75.194, 2600:3c03:e001:1100::3:1
    Caching elvil.net => 66.246.75.194 2600:3c03:e001:1100::3:1
    Connecting to elvil.net (elvil.net)|66.246.75.194|:443... connected.
    Created socket 5.
    Releasing 0x0000000002358820 (new refcount 1).

    ---request begin---
    GET /index.html HTTP/1.1
    User-Agent: Wget/1.14 (linux-gnu)
    Accept: */*
    Host: elvil.net
    Connection: Keep-Alive

    ---request end---
    HTTP request sent, awaiting response... 
    ---response begin---
    HTTP/1.1 200 OK
    Server: nginx/0.7.67
    Date: Mon, 03 Jun 2013 10:55:59 GMT
    Content-Type: text/html
    Content-Length: 761
    Last-Modified: Fri, 04 May 2012 16:02:22 GMT
    Connection: keep-alive
    Accept-Ranges: bytes

    ---response end---
    200 OK
    Registered socket 5 for persistent reuse.
    Length: 761 [text/html]
    Saving to: '/dev/null'

    100%[=============================================>] 761         --.-K/s   
in 0s      

    2013-06-03 12:55:37 (14.1 MB/s) - '/dev/null' saved [761/761]

    31.62user 0.99system 0:33.47elapsed 97%CPU (0avgtext+0avgdata 
633460maxresident)k
    0inputs+0outputs (0major+159015minor)pagefaults 0swaps

This makes Wget barely usable with SSH pages. :(

Thanks!

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.8-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wget depends on:
ii  dpkg           1.16.10
ii  install-info   5.1.dfsg.1-3
ii  libc6          2.17-4
ii  libgcrypt11    1.5.0-5
ii  libgnutls26    2.12.23-5
ii  libgpg-error0  1.10-3.1
ii  libidn11       1.25-2
ii  libuuid1       2.20.1-5.4
ii  zlib1g         1:1.2.8.dfsg-1

wget recommends no packages.

wget suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to