[Craft] [Bug 393809] ERROR: cannot verify files.kde.org's certificate, issued by `/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Domain Validation Secure Server CA': Unable to locally verify the issuer's authority.

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Thu May 3 16:16:00 UTC 2018


https://bugs.kde.org/show_bug.cgi?id=393809

--- Comment #1 from qubodup at gmail.com ---
TheOneRing pointed out to me that wget in my PATH was being used (I added
C:\Program Files (x86)\sox-14-4-2\ to PATH to be able to use sox easily).

The actual nature of this bug is:

If (a custom?) wget is present in PATH, then the installation command uses that
wget.

Once I removed the location from PATH, that included wget, 

executing command: C:\Program Files (x86)\sox-14-4-2\wget.exe -c -t 10
--max-redirect 50 -O
C:\CraftRoot\download\archives\dev-util\7zip\7z1801-extra.zip
https://files.kde.org/craft/3rdparty/7zip/7z1801-extra.zip

changed to:

executing command: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
-NoProfile -Command (new-object
net.webclient).DownloadFile('https://files.kde.org/craft/3rdparty/7zip/7z1801-extra.zip',
'C:\CraftRoot\download\archives\dev-util\7zip\7z1801-extra.zip')
*

It'd be great to prevent a wget in PATH from being used.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Kde-windows mailing list