bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] wget seems to be "out of touch" with security (fails on most


From: L Walsh
Subject: [Bug-wget] wget seems to be "out of touch" with security (fails on most (all?) http websites...(where browsers work)
Date: Thu, 19 Dec 2013 20:40:19 -0800
User-agent: Thunderbird

I recently started using 1.14 of wget included with my distro's updates:
GNU Wget 1.14 built on linux-gnu.

+digest +https +ipv6 +iri +large-file +nls +ntlm +opie +ssl/openssl

Wgetrc:
    /home/law/.wgetrc (user)
    /etc/wgetrc (system)
Locale: /usr/share/locale
Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc"
    -DLOCALEDIR="/usr/share/locale" -I. -I../lib -I../lib
    -fmessage-length=0 -grecord-gcc-switches -O2 -Wall
    -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables
    -fasynchronous-unwind-tables -g
Link: gcc -fmessage-length=0 -grecord-gcc-switches -O2 -Wall
    -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables
    -fasynchronous-unwind-tables -g -lproxy /usr/lib64/libssl.so
    /usr/lib64/libcrypto.so /usr/lib64/libz.so -ldl -lz -lz -lidn
    ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a


-------------

Trouble is, it gives security warnings on almost every https
site I access.

I can't think of 1 where I didn't have to override the security
warning (and this time, I just put it in my .wgetrc file).

So why does wget get all these errors when my browsers don't?



Like here is pulling a single doc from the POSIX folks at
open group.  Anyone have an idea why certs from godaddy would
not resolve properly?

Thanks...

wget "https://collaboration.opengroup.org/pegasus/pp/documents/29166/ReleaseNotes.htm"; --2013-12-19 20:38:25-- https://collaboration.opengroup.org/pegasus/pp/documents/29166/ReleaseNotes.htm
Resolving collaboration.opengroup.org (collaboration.opengroup.org)... 
64.79.149.150
Connecting to collaboration.opengroup.org (collaboration.opengroup.org)|64.79.149.150|:443... connected. WARNING: cannot verify collaboration.opengroup.org's certificate, issued by ‘/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure Certification Authority/serialNumber=07969287’:
  Self-signed certificate encountered.
HTTP request sent, awaiting response... 302 Found
Location: https://sso.opengroup.org/IDBUS/PROD/PHP-PLATO/JOSSO/SSO/REDIR?josso_back_to=https://collaboration.opengroup.org/josso/josso-php-partnerapp/josso-security-check.php&josso_cmd=login_optional&josso_partnerapp_host=collaboration.opengroup.org&josso_partnerapp_id=plato [following] --2013-12-19 20:38:26-- https://sso.opengroup.org/IDBUS/PROD/PHP-PLATO/JOSSO/SSO/REDIR?josso_back_to=https://collaboration.opengroup.org/josso/josso-php-partnerapp/josso-security-check.php&josso_cmd=login_optional&josso_partnerapp_host=collaboration.opengroup.org&josso_partnerapp_id=plato
Resolving sso.opengroup.org (sso.opengroup.org)... 64.79.149.147
Connecting to sso.opengroup.org (sso.opengroup.org)|64.79.149.147|:443... 
connected.
WARNING: cannot verify sso.opengroup.org's certificate, issued by ‘/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure Certification Authority/serialNumber=07969287’:
  Self-signed certificate encountered.
HTTP request sent, awaiting response... 302 Found
Location: https://collaboration.opengroup.org/josso/josso-php-partnerapp/josso-security-check.php [following] --2013-12-19 20:38:26-- https://collaboration.opengroup.org/josso/josso-php-partnerapp/josso-security-check.php
Reusing existing connection to collaboration.opengroup.org:443.
HTTP request sent, awaiting response... 302 Found
Location: /pegasus/pp/documents/29166/ReleaseNotes.htm [following]
--2013-12-19 20:38:26-- https://collaboration.opengroup.org/pegasus/pp/documents/29166/ReleaseNotes.htm
Reusing existing connection to collaboration.opengroup.org:443.
HTTP request sent, awaiting response... 200 OK
Length: 103075 (101K) [text/html]
Saving to: ‘ReleaseNotes.htm’



reply via email to

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