[Bug 338242] Re: Add SNI support.

Simon Déziel 338242 at bugs.launchpad.net
Tue Dec 17 14:43:51 UTC 2013


This bug was fixed in wget 1.14-1 and this version was imported into
Raring, so SNI support is enabled for Raring and later releases (>=
13.04).

** Changed in: wget (Ubuntu)
       Status: Confirmed => Fix Released

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

Title:
  Add SNI support.

Status in wget: retrieves files from the web:
  Unknown
Status in “wget” package in Ubuntu:
  Fix Released
Status in “wget” package in Debian:
  Fix Released

Bug description:
  Binary package hint: wget

  wget does not support SNI:

  $ dpkg -l wget
  ii wget 1.11.4-1ubuntu1
  $ wget https://sni.velox.ch/
  --2009-03-05 09:09:29--  https://sni.velox.ch/
  Resolving sni.velox.ch... 62.75.148.60
  Connecting to sni.velox.ch|62.75.148.60|:443... connected.
  ERROR: certificate common name `alice.sni.velox.ch' doesn't match requested host name `sni.velox.ch'.
  To connect to sni.velox.ch insecurely, use `--no-check-certificate'.
  Unable to establish SSL connection.
  $ wget --no-check-certificate -q -O- https://sni.velox.ch/|grep h2
  <h2>TLS SNI Test Site: alice.sni.velox.ch</h2>

  This is what should happen:

  $ dpkg -l curl
  ii curl 7.18.2-1ubuntu4.1
  $ curl https://sni.velox.ch/ 2>/dev/null|grep h2
  <h2>TLS SNI Test Site: *.sni.velox.ch</h2>
  $ curl https://alice.sni.velox.ch/ 2>/dev/null|grep h2
  <h2>TLS SNI Test Site: alice.sni.velox.ch</h2>

  See bug 223855 for information about curl's SNI support; the patch to
  implement it there is relatively small.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  Package: wget 1.11.4-1ubuntu1
  ProcEnviron:
   SHELL=/bin/bash
   PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
  SourcePackage: wget
  Uname: Linux 2.6.27-11-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/wget/+bug/338242/+subscriptions



More information about the foundations-bugs mailing list