Public bug reported:

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

** Affects: wget
     Importance: Unknown
         Status: Unknown

** Affects: wget (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: wget (Debian)
     Importance: Unknown
         Status: Unknown


** Tags: apport-bug

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

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

Reply via email to