Originally posted by: jyard
I have an request to use wget to retreive a file
using ssl . I downloaded wget-1.9.1-1 from the AIX toolbox and when I do
wget -d -O scores.scoredata -nc -S -a pearson.log "https://wsr.pearsonvue.com/GMATScoreReport/download.jsp?username=
myusername@ucla.edu&password=mypassword&pgmc
ode=XYZ-XY-AB"
I get
myusername@ucla.edu&password=mypassword&pgmcode=XYZ-XY-AB:">https://wsr.pearsonvue.com/GMATScoreReport/download.jsp?username=
myusername@ucla.edu&password=mypassword&pgmcode=XYZ-XY-AB: Unsupported scheme.
Apparently this indicates it can't find the ssl that was compiled with the toolbox code.
I have
openssl.base 0.9.8.1102 COMMITTED Open Secure Socket Layer
which comes with openssh.
How do i get wget working ? This is critical for me,
JYard
#AIX-Forum