Files
yuzu/.ci/scripts/linux/docker.sh
Kyle Kienapfel af476027bd Super Cool Workaround for SSL ca-certificate issue
usr/lib/libssl.so.1.1 in various linux distributions have differing
opinions on where to locate the bundle of certificates used to properly
handle https traffic.

Ubuntu 18.04: /etc/ssl/certs/ca-certificates.crt
Manjaro (Arch): /etc/ssl/cert.pem

In the AppImage libssl.so.1.1 is being shipped.

Notable because we build the AppImage on a Ubuntu base, and the steam
decks use arch.

This is a hastily thrown together PR, so should not be merged without
feedback

The AppRun shell script is modified to specify SSL_CERT_FILE in
environment
2022-09-21 04:36:06 -07:00

2.3 KiB
Executable File