bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] wget feature request: support for SAN/UCC SSL Certs RFC 3


From: Jochen Roderburg
Subject: Re: [Bug-wget] wget feature request: support for SAN/UCC SSL Certs RFC 3280 part 4.2.1.7
Date: Wed, 23 Nov 2011 14:36:27 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.3.7)

Zitat von Wallance Hou <address@hidden>:

Could you give me a favor about the below issue for wget? But other linux installing wget 1.8.2-15.rpm is ok. Now I want to degrade version 1.8.2-15, can you help me how to install it? Because that exists many dependent relationship.

address@hidden ~]# wget https://www.verisign.net
--2011-11-22 23:30:37--  https://www.verisign.net/
Resolving www.verisign.net (www.verisign.net)... 69.58.181.89
Connecting to www.verisign.net (www.verisign.net)|69.58.181.89|:443... connected. ERROR: certificate common name “www.verisign.com” doesn’t match requested host name “www.verisign.net”.
To connect to www.verisign.net insecurely, use ‘--no-check-certificate’.
address@hidden ~]# wget -version
wget: Invalid --execute command “rsion”
address@hidden ~]# wget --version
GNU Wget 1.12 built on linux-gnu.

wget 1.8.2 (a very old version from 2002) works, because it does not check certificates at all.

wget 1.12 does not work, because it checks certificates by default, but does not handle certificates with multiple hostnames. The error message tells you that you can inhibit this checking with the parameter --no-check-certificate (then you have the same behaviour as in the older versions).

Recent 1.13.x versions have no problem with this situation.

Choose your weapon at will.  ;-)

Regards, J.Roderburg






reply via email to

[Prev in Thread] Current Thread [Next in Thread]