- From: <bugzilla@jessica.w3.org>
- Date: Thu, 08 May 2014 21:44:59 +0000
- To: www-validator-cvs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25615
Bug ID: 25615
Summary: Validator doesn't send TLS SNI
Product: Validator
Version: HEAD
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: check
Assignee: dave.null@w3.org
Reporter: mnot@mnot.net
QA Contact: www-validator-cvs@w3.org
The validator appears not to be sending TLS SNI:
http://en.wikipedia.org/wiki/Server_Name_Indication
E.g.:
http://validator.w3.org/check?uri=https%3A%2F%2Fwww.mnot.net%2F;No200=1
AFAICT it's using LWP:UserAgent, which uses IO::Socket::SSL, which says:
http://search.cpan.org/~sullr/IO-Socket-SSL-1.983/lib/IO/Socket/SSL.pm#SNI_Support
.. so you *should* just have to upgrade OpenSSL to fix this (perhaps rebuilding
Perl afterwards).
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 8 May 2014 21:45:01 UTC