Comment 8 for bug 223855

Revision history for this message
Adam Buchbinder (adam-buchbinder) wrote :

The feature is indeed present in 8.10 (Intrepid). I ran the following test, which came back as it should:

$ 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 338242 for the corresponding problem in wget.