[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] A bug in KFFirstAide, and its solution!
From: |
Ángel González |
Subject: |
Re: [Bug-wget] A bug in KFFirstAide, and its solution! |
Date: |
Sat, 12 Jul 2014 23:08:03 +0200 |
User-agent: |
Thunderbird |
On 10/07/14 01:29, Diego Rodriguez wrote:
Hi,
I had trouble using KFFirstAide,
I have no idea what's KFFirstAide, I guess that's the name of a website…
until I found the cause: many files were
not downloading from the site, for some certificate problems and other
cookie errors.
Solution? I edited runme.bat and replaced every "wget " with "wget wget
--no-check-certificate --no-cookies "
I would call that a workaround.
Did you find out what were the certificate problems? If it was a valid
certificate but wget rejected it, it's a bug in wget (or openssl /
gnutls), but if it was a wrong certificate, that's a bug on their site
(on the other hand, it may be that you are using wget with no ca bundle)
I have no idea how cookies can be "producing errors" that block
downloading the files.
Now it works smothly.
Maybe you should do the same and distribute that way.
We don't distribute a runme.bat, but the wget binary (and I guess you
got it from a third-party, since you seem to be using a windows binary)
If the page KFFirstAide provided you a runme.bat with a copy of wget,
you should report these issues to them.
Regards