protonscr

[crash handler] CA certificate?

steamopen
ValveSoftware/steam-for-linux#9365 · opened 2023-04-25 by sylware · updated 2024-07-02 · 0 comments · github
Ssylware 2023-04-25 github

Have some crashes with the beta steam client, and I noticed my crash dumps were not uploading because "error: Peer certificate cannot be authenticated with given CA certificates" (curl).

I have the following symbolic links:
/etc/ssl/ca-bundle.pem ->/libressl-3.6.2/etc/ssl/cert.pem
/etc/ssl/certs/ca-certificates.crt ->/libressl-3.6.2/etc/ssl/cert.pem
/etc/ssl/certs/cacert.pem ->/libressl-3.6.2/etc/ssl/cert.pem

I tried to replace cert.pem with curl extracted mozilla one, nothing changed.

Do I miss a certificate chain or I miss the right CA cert file pathname?

Nothing extracted yet.