Bug 1223586 - windows:mingw:win{32|64}/mingw{32|64}-curl: error setting certificate verify location
Summary: windows:mingw:win{32|64}/mingw{32|64}-curl: error setting certificate verify ...
Status: NEW
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: 3rd party software (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Ralf Habacker
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-30 11:45 UTC by Ralf Habacker
Modified: 2024-04-30 13:41 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2024-04-30 11:45:53 UTC
Executing curl.exe from the mingw64-curl package under native Windows returns the following error message:

curl: (77) error setting certificate verify locations:  CAfile: /usr/x86_64-w64-mingw32/sys-root/mingw/etc/pki/tls/certs/ca-bundle.crt CApath: none
Comment 1 Ralf Habacker 2024-04-30 11:55:59 UTC
(In reply to Ralf Habacker from comment #0)
> Executing curl.exe from the mingw64-curl package under native Windows
> returns the following error message:
> 
> curl: (77) error setting certificate verify locations:  CAfile:
> /usr/x86_64-w64-mingw32/sys-root/mingw/etc/pki/tls/certs/ca-bundle.crt
> CApath: none

There are two problems with this file: The file is not installed, and it is expected in a hardcoded location. The real path should be determined relative to the location of the shared libcurl-4.dll file, as the installation path at runtime may differ from the path at build time.