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.
Summary: ERROR: cannot verify files.kde.org's certificate, issued by `/C=GB/ST=Greater...
Status: REOPENED
Alias: None
Product: Craft
Classification: Developer tools
Component: Core (show other bugs)
Version: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Hannah von Reth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-03 15:52 UTC by qubodup
Modified: 2023-12-10 14:30 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description qubodup 2018-05-03 15:52:04 UTC
Trying to https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source/Windows but:

PS C:\CraftRoot> iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/KDE/craft/master/setup/install_craft.ps1'))
Start to boostrap Craft.
Where to you want us to install Craft
Craft install root: [C:\CraftRoot\]:
Directory C:\CraftRoot\ already exists.
Choose one of the options:
[Q] Quit installation
[Y] Truncate directory: [C:\CraftRoot\] and continue installation in the same directory
[N] Change directory path.
(default is 'Q'): y

Confirm
The item at C:\CraftRoot\craft-2018.03 has children and the Recurse parameter was not specified. If you continue, all children will be removed with the item. Are you sure you want to continue?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"):

Confirm
The item at C:\CraftRoot\download has children and the Recurse parameter was not specified. If you continue, all children will be removed with the item. Are you sure you want to continue?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"):

Confirm
The item at C:\CraftRoot\etc has children and the Recurse parameter was not specified. If you continue, all children will be removed with the item. Are you sure you want to continue?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"): a
Downloading: https://raw.githubusercontent.com/KDE/craft/2018.03/setup/CraftBootstrap.py
C:\Python36\python.exe C:\CraftRoot\\download\CraftBootstrap.py --prefix C:\CraftRoot\ --branch 2018.03
Welcome to the Craft setup wizard!

Select compiler
[0] Mingw-w64, [1] Microsoft Visual Studio 2015, [2] Microsoft Visual Studio 2017 (Default is Microsoft Visual Studio 2015): 2

Select architecture
[0] x86, [1] x64 (Default is x64):

Do you want to install a StartMenu entry
[0] Yes, [1] No (Default is Yes):
Starting to download https://github.com/KDE/craft/archive/2018.03.zip to C:\CraftRoot\download\craft-2018.03.zip
[#####################################################################################################################################################################################################################
Execute: C:\Python36\python.exe C:\CraftRoot\craft-2018.03\bin\craft.py craft
Craft               : C:\CraftRoot
Version             : 2018.03
ABI                 : windows-msvc2017_64-cl
Download directory  : C:\CraftRoot\download
======================================================================================================================================================================================================================
*** Handling package: dev-util/7zip, action: all ***
*** Action: fetch-binary for dev-util/7zip ***
*** dev-util/7zip not found in cache ***
*** Action: fetch for dev-util/7zip ***
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
--2018-05-03 17:49:56--  https://files.kde.org/craft/3rdparty/7zip/7z1801-extra.zip
Resolving files.kde.org... 144.76.243.172
Connecting to files.kde.org|144.76.243.172|:443... connected.
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.
To connect to files.kde.org insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
Action: fetch for dev-util/7zip FAILED
*** Craft all failed: dev-util/7zip after 0 seconds ***
fatal error: package dev-util/7zip all failed
Comment 1 qubodup 2018-05-03 16:16:00 UTC
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.
Comment 2 Justin Zobel 2022-11-21 08:21:44 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 3 Bug Janitor Service 2022-12-06 05:17:42 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Bug Janitor Service 2022-12-21 05:20:07 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!
Comment 5 Martin 2023-11-17 17:46:47 UTC
I have this problem as well:

```
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/KDE/craft/master/setup/install_craft.ps1'))
Start to boostrap Craft.
Where to you want us to install Craft
Craft install root: [C:\CraftRoot\]:
Downloading: https://raw.githubusercontent.com/KDE/craft/master/setup/CraftBootstrap.py
C:\Users\Angelika\AppData\Local\Programs\Python\Python38-32\python.exe C:\CraftRoot\\download\CraftBootstrap.py --prefix C:\CraftRoot\ --branch master
Welcome to the Craft setup wizard!
Craft will be installed to: C:\CraftRoot\
------------------------------------------------------------------------------------------------------------------------

Select the version of Qt you want to use (Craft can't mix Qt5 and Qt6). This will change the cache version used by craft
[0] Qt5, [1] Qt6 (Default is Qt5): 1
------------------------------------------------------------------------------------------------------------------------

Select compiler
[0] Mingw-w64, [1] Microsoft Visual Studio 2022 (Default is Microsoft Visual Studio 2022): 0
------------------------------------------------------------------------------------------------------------------------
Craft will use C:\_ to create shorter path during builds.
Specify short path root: [C:\_]:
------------------------------------------------------------------------------------------------------------------------

Do you want to install a StartMenu entry
[0] Yes, [1] No (Default is Yes):
------------------------------------------------------------------------------------------------------------------------

Do you want to enable the support for colored logs
[0] Yes, [1] No (Default is Yes):
Requirement already up-to-date: coloredlogs in c:\users\angelika\appdata\roaming\python\python38\site-packages (15.0.1)
Requirement already satisfied, skipping upgrade: humanfriendly>=9.1 in c:\users\angelika\appdata\roaming\python\python38\site-packages (from coloredlogs) (10.0)
Requirement already satisfied, skipping upgrade: pyreadline3; sys_platform == "win32" and python_version >= "3.8" in c:\users\angelika\appdata\roaming\python\python38\site-packages (from humanfriendly>=9.1->coloredlogs) (3.4.1)
WARNING: You are using pip version 19.2.3, however version 23.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Starting to download https://invent.kde.org/packaging/craft/-/archive/master/craft-master.zip to C:\CraftRoot\download\craft-master.zip
[####################################################################################################]100%
Execute: C:\Users\Angelika\AppData\Local\Programs\Python\Python38-32\python.exe C:\CraftRoot\craft-tmp\bin\craft.py craft
Craft               : C:\CraftRoot
Version             : master
ABI                 : windows-gcc-x86_64
Download directory  : C:\CraftRoot\download
Cache repository    : https://files.kde.org/craft/Qt6/23.11/windows/gcc/x86_64
========================================================================================================================
*** Handling package: core/cacert, action: all ***
*** Action: fetch-binary for core/cacert ***
*** core/cacert not found in cache ***
*** Action: fetch for core/cacert ***
curl https://files.kde.org/craft/curl.haxx.se/cacert-2023-01-10.zip
Warning: --ssl is an insecure option, consider --ssl-reqd instead
curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - Die Sperrfunktion konnte keine Sperrprüfung für das Zertifikat durchführen.

Command ['C:\\WINDOWS\\system32\\curl.exe', '-C', '-', '--retry', '10', '-L', '--ftp-ssl', '--fail', '--max-redirs', '50', '-o', 'C:\\CraftRoot\\download\\archives\\core\\cacert\\cacert-2023-01-10.zip', 'https://files.kde.org/craft/curl.haxx.se/cacert-2023-01-10.zip', '--progress-bar'] failed with exit code 35
Downloading: https://files.kde.org/craft/curl.haxx.se/cacert-2023-01-10.zip to C:\CraftRoot\download\archives\core\cacert\cacert-2023-01-10.zip
100% ██████████████████████████████████████████████████████████████████████████████████████████████████████████████████░

*** Action: unpack for core/cacert ***
Please enable Windows 10 development mode to enable support for symlinks.
This will enable faster extractions.
https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development
*** Action: configure for core/cacert ***
*** Action: make for core/cacert ***
*** Action: cleanimage for core/cacert ***
*** Action: install for core/cacert ***
*** Action: post-install for core/cacert ***
*** Action: qmerge for core/cacert ***
*** Action: post-qmerge for core/cacert ***
*** Craft all succeeded: core/cacert after 6s ***
========================================================================================================================
*** Handling package: dev-utils/7zip-base, action: all ***
*** Action: fetch-binary for dev-utils/7zip-base ***
Command ['C:\\WINDOWS\\system32\\curl.exe', '-C', '-', '--retry', '10', '-L', '--ftp-ssl', '--fail', '--cacert', 'C:\\CraftRoot\\etc\\cacert.pem', '--max-redirs', '50', '-o', 'C:\\Users\\Angelika\\AppData\\Local\\Temp\\tmp6dc9wrzs\\manifest.json', 'https://files.kde.org/craft/Qt6/23.11/windows/gcc/x86_64/RelWithDebInfo/manifest.json'] failed with exit code 60
Warning: --ssl is an insecure option, consider --ssl-reqd instead
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (60) schannel: CertGetCertificateChain trust error CERT_TRUST_IS_PARTIAL_CHAIN
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Could not find dev-utils/7zip-base=23.01-1 in https://files.kde.org/craft/Qt6/23.11/windows/gcc/x86_64/RelWithDebInfo
Command ['C:\\WINDOWS\\system32\\curl.exe', '-C', '-', '--retry', '10', '-L', '--ftp-ssl', '--fail', '--cacert', 'C:\\CraftRoot\\etc\\cacert.pem', '--max-redirs', '50', '-o', 'C:\\Users\\Angelika\\AppData\\Local\\Temp\\tmp9pz9eby7\\manifest.json', 'https://files.kde.org/craft/Qt6/23.11/windows/gcc/x86_64/Release/manifest.json'] failed with exit code 60
Warning: --ssl is an insecure option, consider --ssl-reqd instead
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (60) schannel: CertGetCertificateChain trust error CERT_TRUST_IS_PARTIAL_CHAIN
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Could not find dev-utils/7zip-base=23.01-1 in https://files.kde.org/craft/Qt6/23.11/windows/gcc/x86_64/Release
*** dev-utils/7zip-base not found in cache ***
*** Action: fetch for dev-utils/7zip-base ***
curl https://files.kde.org/craft/3rdparty/7zip/2301/7z2301-extra.zip
Warning: --ssl is an insecure option, consider --ssl-reqd instead
curl: (60) schannel: CertGetCertificateChain trust error CERT_TRUST_IS_PARTIAL_CHAIN
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Command ['C:\\WINDOWS\\system32\\curl.exe', '-C', '-', '--retry', '10', '-L', '--ftp-ssl', '--fail', '--cacert', 'C:\\CraftRoot\\etc\\cacert.pem', '--max-redirs', '50', '-o', 'C:\\CraftRoot\\download\\archives\\dev-utils\\7zip-base\\7z2301-extra.zip', 'https://files.kde.org/craft/3rdparty/7zip/2301/7z2301-extra.zip', '--progress-bar'] failed with exit code 60
Action: fetch for dev-utils/7zip-base:23.01-1 FAILED
*** Craft all failed: dev-utils/7zip-base after 1s ***
fatal error: package dev-utils/7zip-base all failed
Craft stopped with out completing ['dev-utils/7zip-base', 'dev-utils/mingw-w64', 'libs/runtime', 'dev-utils/cmake-base', 'dev-utils/kshimgen', 'dev-utils/7zip', 'dev-utils/cmake', 'dev-utils/wget', 'dev-utils/git', 'python-modules/pip-system', 'python-modules/virtualenv', 'dev-utils/python3', 'python-modules/pip', 'dev-utils/uactools', 'dev-utils/patch', 'dev-utils/sed', 'dev-utils/jom', 'dev-utils/ninja', 'virtual/base', 'craft/craft-core', 'craft/craft-blueprints-kde']
PS C:\CraftRoot> iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/KDE/craft/master/setup/install_craft.ps1'))
Start to boostrap Craft.
Where to you want us to install Craft
Craft install root: [C:\CraftRoot\]:
Directory C:\CraftRoot\ already exists.
Choose one of the options:
[Q] Quit installation
[Y] Truncate directory: [C:\CraftRoot\] and continue installation in the same directory
[N] Change directory path.
(default is 'Q'): y

Bestätigung
Das Element unter "C:\CraftRoot\build" verfügt über untergeordnete Elemente, und der Recurse-Parameter wurde nicht
angegeben. Wenn Sie fortfahren, werden mit dem Element auch alle untergeordneten Elemente entfernt. Möchten Sie den
Vorgang wirklich fortsetzen?
[J] Ja  [A] Ja, alle  [N] Nein  [K] Nein, keine  [H] Anhalten  [?] Hilfe (Standard ist "J"):

Bestätigung
Das Element unter "C:\CraftRoot\craft-tmp" verfügt über untergeordnete Elemente, und der Recurse-Parameter wurde nicht
angegeben. Wenn Sie fortfahren, werden mit dem Element auch alle untergeordneten Elemente entfernt. Möchten Sie den
Vorgang wirklich fortsetzen?
[J] Ja  [A] Ja, alle  [N] Nein  [K] Nein, keine  [H] Anhalten  [?] Hilfe (Standard ist "J"):

Bestätigung
Das Element unter "C:\CraftRoot\download" verfügt über untergeordnete Elemente, und der Recurse-Parameter wurde nicht
angegeben. Wenn Sie fortfahren, werden mit dem Element auch alle untergeordneten Elemente entfernt. Möchten Sie den
Vorgang wirklich fortsetzen?
[J] Ja  [A] Ja, alle  [N] Nein  [K] Nein, keine  [H] Anhalten  [?] Hilfe (Standard ist "J"):

Bestätigung
Das Element unter "C:\CraftRoot\etc" verfügt über untergeordnete Elemente, und der Recurse-Parameter wurde nicht
angegeben. Wenn Sie fortfahren, werden mit dem Element auch alle untergeordneten Elemente entfernt. Möchten Sie den
Vorgang wirklich fortsetzen?
[J] Ja  [A] Ja, alle  [N] Nein  [K] Nein, keine  [H] Anhalten  [?] Hilfe (Standard ist "J"):

Bestätigung
Das Element unter "C:\CraftRoot\logs" verfügt über untergeordnete Elemente, und der Recurse-Parameter wurde nicht
angegeben. Wenn Sie fortfahren, werden mit dem Element auch alle untergeordneten Elemente entfernt. Möchten Sie den
Vorgang wirklich fortsetzen?
[J] Ja  [A] Ja, alle  [N] Nein  [K] Nein, keine  [H] Anhalten  [?] Hilfe (Standard ist "J"):
Downloading: https://raw.githubusercontent.com/KDE/craft/master/setup/CraftBootstrap.py
C:\Users\Angelika\AppData\Local\Programs\Python\Python38-32\python.exe C:\CraftRoot\\download\CraftBootstrap.py --prefix C:\CraftRoot\ --branch master
Welcome to the Craft setup wizard!
Craft will be installed to: C:\CraftRoot\
------------------------------------------------------------------------------------------------------------------------

Select the version of Qt you want to use (Craft can't mix Qt5 and Qt6). This will change the cache version used by craft
[0] Qt5, [1] Qt6 (Default is Qt5):
------------------------------------------------------------------------------------------------------------------------

Select compiler
[0] Mingw-w64, [1] Microsoft Visual Studio 2019 (Default is Microsoft Visual Studio 2019): 0
------------------------------------------------------------------------------------------------------------------------
Craft will use C:\_ to create shorter path during builds.
Specify short path root: [C:\_]:
------------------------------------------------------------------------------------------------------------------------

Do you want to install a StartMenu entry
[0] Yes, [1] No (Default is Yes):
------------------------------------------------------------------------------------------------------------------------

Do you want to enable the support for colored logs
[0] Yes, [1] No (Default is Yes):
Requirement already up-to-date: coloredlogs in c:\users\angelika\appdata\roaming\python\python38\site-packages (15.0.1)
Requirement already satisfied, skipping upgrade: humanfriendly>=9.1 in c:\users\angelika\appdata\roaming\python\python38\site-packages (from coloredlogs) (10.0)
Requirement already satisfied, skipping upgrade: pyreadline3; sys_platform == "win32" and python_version >= "3.8" in c:\users\angelika\appdata\roaming\python\python38\site-packages (from humanfriendly>=9.1->coloredlogs) (3.4.1)
WARNING: You are using pip version 19.2.3, however version 23.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Starting to download https://invent.kde.org/packaging/craft/-/archive/master/craft-master.zip to C:\CraftRoot\download\craft-master.zip
[####################################################################################################]100%
Execute: C:\Users\Angelika\AppData\Local\Programs\Python\Python38-32\python.exe C:\CraftRoot\craft-tmp\bin\craft.py craft
Craft               : C:\CraftRoot
Version             : master
ABI                 : windows-gcc-x86_64
Download directory  : C:\CraftRoot\download
Cache repository    : https://files.kde.org/craft/Qt5/23.11/windows/gcc/x86_64
========================================================================================================================
*** Handling package: core/cacert, action: all ***
*** Action: fetch-binary for core/cacert ***
*** core/cacert not found in cache ***
*** Action: fetch for core/cacert ***
curl https://files.kde.org/craft/curl.haxx.se/cacert-2023-01-10.zip
Warning: --ssl is an insecure option, consider --ssl-reqd instead
curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - Die Sperrfunktion konnte keine Sperrprüfung für das Zertifikat durchführen.

Command ['C:\\WINDOWS\\system32\\curl.exe', '-C', '-', '--retry', '10', '-L', '--ftp-ssl', '--fail', '--max-redirs', '50', '-o', 'C:\\CraftRoot\\download\\archives\\core\\cacert\\cacert-2023-01-10.zip', 'https://files.kde.org/craft/curl.haxx.se/cacert-2023-01-10.zip', '--progress-bar'] failed with exit code 35
Downloading: https://files.kde.org/craft/curl.haxx.se/cacert-2023-01-10.zip to C:\CraftRoot\download\archives\core\cacert\cacert-2023-01-10.zip
100% ██████████████████████████████████████████████████████████████████████████████████████████████████████████████████░

*** Action: unpack for core/cacert ***
Please enable Windows 10 development mode to enable support for symlinks.
This will enable faster extractions.
https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development
*** Action: configure for core/cacert ***
*** Action: make for core/cacert ***
*** Action: cleanimage for core/cacert ***
*** Action: install for core/cacert ***
*** Action: post-install for core/cacert ***
*** Action: qmerge for core/cacert ***
*** Action: post-qmerge for core/cacert ***
*** Craft all succeeded: core/cacert after 1s ***
========================================================================================================================
*** Handling package: dev-utils/7zip-base, action: all ***
*** Action: fetch-binary for dev-utils/7zip-base ***
Command ['C:\\WINDOWS\\system32\\curl.exe', '-C', '-', '--retry', '10', '-L', '--ftp-ssl', '--fail', '--cacert', 'C:\\CraftRoot\\etc\\cacert.pem', '--max-redirs', '50', '-o', 'C:\\Users\\Angelika\\AppData\\Local\\Temp\\tmp3le9avkh\\manifest.json', 'https://files.kde.org/craft/Qt5/23.11/windows/gcc/x86_64/RelWithDebInfo/manifest.json'] failed with exit code 60
Warning: --ssl is an insecure option, consider --ssl-reqd instead
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (60) schannel: CertGetCertificateChain trust error CERT_TRUST_IS_PARTIAL_CHAIN
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Could not find dev-utils/7zip-base=23.01-1 in https://files.kde.org/craft/Qt5/23.11/windows/gcc/x86_64/RelWithDebInfo
Command ['C:\\WINDOWS\\system32\\curl.exe', '-C', '-', '--retry', '10', '-L', '--ftp-ssl', '--fail', '--cacert', 'C:\\CraftRoot\\etc\\cacert.pem', '--max-redirs', '50', '-o', 'C:\\Users\\Angelika\\AppData\\Local\\Temp\\tmptd85wjp5\\manifest.json', 'https://files.kde.org/craft/Qt5/23.11/windows/gcc/x86_64/Release/manifest.json'] failed with exit code 60
Warning: --ssl is an insecure option, consider --ssl-reqd instead
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (60) schannel: CertGetCertificateChain trust error CERT_TRUST_IS_PARTIAL_CHAIN
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Could not find dev-utils/7zip-base=23.01-1 in https://files.kde.org/craft/Qt5/23.11/windows/gcc/x86_64/Release
*** dev-utils/7zip-base not found in cache ***
*** Action: fetch for dev-utils/7zip-base ***
curl https://files.kde.org/craft/3rdparty/7zip/2301/7z2301-extra.zip
Warning: --ssl is an insecure option, consider --ssl-reqd instead
curl: (60) schannel: CertGetCertificateChain trust error CERT_TRUST_IS_PARTIAL_CHAIN
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Command ['C:\\WINDOWS\\system32\\curl.exe', '-C', '-', '--retry', '10', '-L', '--ftp-ssl', '--fail', '--cacert', 'C:\\CraftRoot\\etc\\cacert.pem', '--max-redirs', '50', '-o', 'C:\\CraftRoot\\download\\archives\\dev-utils\\7zip-base\\7z2301-extra.zip', 'https://files.kde.org/craft/3rdparty/7zip/2301/7z2301-extra.zip', '--progress-bar'] failed with exit code 60
Action: fetch for dev-utils/7zip-base:23.01-1 FAILED
*** Craft all failed: dev-utils/7zip-base after 0s ***
fatal error: package dev-utils/7zip-base all failed
Craft stopped with out completing ['dev-utils/7zip-base', 'dev-utils/mingw-w64', 'libs/runtime', 'dev-utils/cmake-base', 'dev-utils/kshimgen', 'dev-utils/7zip', 'dev-utils/cmake', 'dev-utils/wget', 'dev-utils/git', 'python-modules/pip-system', 'python-modules/virtualenv', 'dev-utils/python3', 'python-modules/pip', 'dev-utils/uactools', 'dev-utils/patch', 'dev-utils/sed', 'dev-utils/jom', 'dev-utils/ninja', 'virtual/base', 'craft/craft-core', 'craft/craft-blueprints-kde']
PS C:\CraftRoot>
```
Comment 6 Ben Cooksley 2023-11-17 18:06:58 UTC
Your error is different to the earlier posters, however files.kde.org does not appear to be the issue here.

Can you try downloading the file it is trying to download using a web browser and see which mirror you end up with?
It is likely a mirror that has misconfigured their SSL.
Comment 7 Martin 2023-12-10 14:30:52 UTC
Seems that closing and reopening the powershell solved the issue