From: Hemanth K. <hk...@in...> - 2008-05-28 07:22:45
|
Hi, I have referred to the readme at this site - ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/README.txt and the respective site contains a very old version of wget for AIX. I am in need of a latest version for the following reason. I request you to kindly help me sort out this issue: I have installed wget version 1.9.1 on my AIX box and it works fine for an ordinary http site. Whereas, it does not work for a https (secure) sites. Here's the explanation of the issues being faced currently: With a http site, the wget works perfectly fine. $ wget http://www-128.ibm.com/developerworks/java/jdk/aix/142/sdk14.fixes.html --12:23:59-- http://www-128.ibm.com/developerworks/java/jdk/aix/142/sdk14.fixes.html => `sdk14.fixes.html.1' Resolving www-128.ibm.com... 129.33.13.208 Connecting to www-128.ibm.com[129.33.13.208]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 43,591 [text/html] 100%[=================================================================================>] 43,591 10.65K/s ETA 00:00 12:24:04 (10.64 KB/s) - `sdk14.fixes.html.1' saved [43591/43591] Whereas, with a https, it throws an error as follows $ wget http://secure.site.ibm.com --12:26:02-- http://secure.site.ibm.com/ => `index.html.1' Resolving secure.site.ibm.com... 9.20.999.99 Connecting to secure.site.ibm.com[9.20.999.99]:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://secure.site.ibm.com/ [following] https://secure.site.ibm.com/: Unsupported scheme. (Please note: I have used a dummy site called secure.site.ibm.com (9.20.999.99) here for the purpose of explanation of the problem.) For this, command line, I have also ensured that I have mentioned the correct username and password in the .wgetrc file at the home directory. Yet I get the above error! Thanks again, Hemanth email: hk...@in... |