RPCS3 / rpcs3

PS3 emulator/debugger
https://rpcs3.net/
GNU General Public License v2.0
14.5k stars 1.85k forks source link

Problem with the SSL CA cert (path? access rights?) #15558

Open a931vwewi opened 1 week ago

a931vwewi commented 1 week ago

Quick summary

In openSUSE Tumbleweed, "ca-certificates.crt" does not exist at CAfile path /etc/ssl/certs/ca-certificates.crt. It is located at /etc/ssl/ca-bundle.pem. You have to link/etc/ssl/ca-bundle.pem to /etc/ssl/certs/ca-certificates.crt for automatic updates to work. Whenever the package ca-certificates updates, automatic updates breaks and you have to relink /etc/ssl/ca-bundle.pem to /etc/ssl/certs/ca-certificates.crt for automatic updates to work. This seems related to #8039.

Error example:

·! 0:00:13.254229 NET: Starting download from URL: https://update.rpcs3.net/?api=v2&c=e32c48d0
·E 0:00:13.440857 {TID: 5285} NET: curl_easy_perform(): Curl error (77): Problem with the SSL CA cert (path? access rights?)
Details: error setting certificate verify locations:
  CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs

Details

No response

Attach a log file

RPCS3.log

Attach capture files for visual issues

No response

System configuration

openSUSE Tumbleweed rpcs3 Build 0.0.32-16407

Other details

No response