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: | Documentation | Assignee: | Megan Lewis <melewis> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Peter Ondrejka <pondrejk> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 2.0 | CC: | 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
ncikiban
2014-04-21 10:53:51 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 Please refer following page in Installation Guide of Red Hat Update Infrastructure. https://access.redhat.com/site/documentation/en-US/Red_Hat_Update_Infrastructure/2.1/html/Installation_Guide/sect-Installation_Guide-Installation_Requirements-Package_Installation.html 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
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 The updates for this bug are now live at: https://access.redhat.com/documentation/en-US/Red_Hat_Update_Infrastructure/2.1/html/Installation_Guide/sect-Installation_Guide-Installation_Requirements-Package_Installation.html Thanks, Megan |