On 11/17/10 11:05, Don O'Malley wrote:

I've tested downloading patchdiag.xref and 119254-76.zip, both using the
certificate file and the --no-check-certificate option and everything
looks good:



bash-3.00# wget --http-user="xxxxxxxx" --http-passwd="xxxxxxxx" 
--ca-certificate=/tmp/WGET3_getupdates.pem"https://getupdates.oracle.com/reports/patchdiag.xref";  
-O /tmp/patchdiag.xref
--09:49:59--https://getupdates.oracle.com/reports/patchdiag.xref

hello,
where did you get this certificate called /tmp/WGET3_getupdates.pem ? Is it important?

the following command works for me, with my valid account:

$ wget --http-user="xxxxxxxxxxxxxx" --http-passwd="xxxxxxxxxxx" --no-check-certificate "https://getupdates.oracle.com/all_unsigned/119254-76.zip"; -O 119254-76.zip
--17:12:10--  https://getupdates.oracle.com/all_unsigned/119254-76.zip
           => `119254-76.zip'
Resolving getupdates.oracle.com... 192.18.110.9
Connecting to getupdates.oracle.com|192.18.110.9|:443... connected.
WARNING: Certificate verification error for getupdates.oracle.com: unable to get local issuer certificate
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://a248.e.akamai.net/f/248/21808/15m/sun.download.akamai.com/21808/patches/patchroot/all_unsigned/119254-76.zip?AuthParam=1290096781_9ed819b85c4f609ba7e00f2d9b7f3472&TicketId=C19a%2FE6JV18%3D&GroupName=SWUP&FilePath=/21808/patches/patchroot/all_unsigned/119254-76.zip&File=119254-76.zip [following] --17:12:13-- https://a248.e.akamai.net/f/248/21808/15m/sun.download.akamai.com/21808/patches/patchroot/all_unsigned/119254-76.zip?AuthParam=1290096781_9ed819b85c4f609ba7e00f2d9b7f3472&TicketId=C19a%2FE6JV18%3D&GroupName=SWUP&FilePath=/21808/patches/patchroot/all_unsigned/119254-76.zip&File=119254-76.zip
           => `119254-76.zip'
Resolving a248.e.akamai.net... 193.51.224.7, 193.51.224.23
Connecting to a248.e.akamai.net|193.51.224.7|:443... connected.
WARNING: Certificate verification error for a248.e.akamai.net: unable to get local issuer certificate
HTTP request sent, awaiting response... 200 OK
Length: 1,708,956 (1.6M) [application/zip]

100%[====================================>] 1,708,956 897.62K/s

17:12:16 (894.74 KB/s) - `119254-76.zip' saved [1708956/1708956]


Reply via email to