Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1089651

Summary: [Guide] 2.3. Package Installation - Not enough command option of wget
Product: Red Hat Update Infrastructure for Cloud Providers Reporter: ncikiban
Component: DocumentationAssignee: Megan Lewis <melewis>
Status: CLOSED CURRENTRELEASE QA Contact: Peter Ondrejka <pondrejk>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 2.0CC: htaira, jmatthew, melewis, mkovacik, mmurray, ssato, tjay, tsanders
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-01 07:02:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
download screen log none

Description ncikiban 2014-04-21 10:53:51 UTC
Description of problem:
I can't wget RHUI-ISO image.



Version-Release number of selected component (if applicable):

[root@gcpmplt001 setup]# uname -a
Linux gcpmplt001 2.6.32-358.23.2.el6.x86_64 #1 SMP Sat Sep 14 05:32:37 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@gcpmplt001 setup]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.4 (Santiago)


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
[root@gcpmplt001 setup]# wget --no-check-certificate --certificate=/root/setup/8a85f98642a12e550142a437757e3ef7.pem https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2.0/iso/RHEL-6.1-RHUI-2.0-LATEST-Server-x86_64-DVD.iso
--2014-04-21 19:49:08--  https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2.0/iso/RHEL-6.1-RHUI-2.0-LATEST-Server-x86_64-DVD.iso
Resolving cdn.redhat.com... 72.247.116.251
Connecting to cdn.redhat.com|72.247.116.251|:443... connected.
OpenSSL: error:1408E098:SSL routines:SSL3_GET_MESSAGE:excessive message size
Unable to establish SSL connection.

Expected results:


Additional info:

Comment 1 Hajime Taira 2014-04-22 07:00:35 UTC
Normaly wget try to connect via SSLv2 by default.(--secure-protocol=auto)
Should be specify option "--secure-protocol=SSLv3" to wget.

Actual results:
Download the ISO by running the wget command. 
# wget  --certificate=<Content Certificate> --ca-certificate=<Red Hat Public CA Certificate>\
https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2/iso/RHEL-6-RHUI-2-LATEST-Server-x86_64-DVD.iso

In Note
sha1sum:
# wget --certificate=<Content Certificate> --ca-certificate=<Red Hat Public CA Certificate>\
https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2/iso/SHA1SUM

sha256sum:
# wget --certificate=<Content Certificate> --ca-certificate=<Red Hat Public CA Certificate>\
https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2/iso/SHA256SUM

Expected results:
Download the ISO by running the wget command. 
# wget --secure-protocol=SSLv3 --certificate=<Content Certificate> --ca-certificate=<Red Hat Public CA Certificate>\
https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2/iso/RHEL-6-RHUI-2-LATEST-Server-x86_64-DVD.iso

In Note
sha1sum:
# wget --secure-protocol=SSLv3 --certificate=<Content Certificate> --ca-certificate=<Red Hat Public CA Certificate>\
https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2/iso/SHA1SUM

sha256sum:
# wget --secure-protocol=SSLv3 --certificate=<Content Certificate> --ca-certificate=<Red Hat Public CA Certificate>\
https://cdn.redhat.com/content/dist/rhel/rhui/server/6/6Server/x86_64/rhui/2/iso/SHA256SUM

Comment 3 mkovacik 2014-04-22 10:06:40 UTC
Created attachment 888429 [details]
download screen log

Works for me. Please, make sure that you're using
 - valid entitlement cert (regenerate it)
 - the  `--secure-protocol=SSLv3` wget switch

Comment 12 Megan Lewis 2014-10-01 06:15:22 UTC
Hi, 

Thanks for the feedback. I've recently taken over updating and maintaining the RHUI documentation. I'll be looking into this and any changes will be in the documentation of the next release. 

Thanks and have a great day, 
Megan