You can tell Mari to use the default system SSL Certificate instead of its own.
To do that set an environment variable SSL_CERT_FILE by executing the command below in a shell before you launch Mari.
- export SSL_CERT_FILE=Location of Certificate
Execute this either permanently by adding it to your environment or just when starting Mari.
Below is a list of common Certificate locations for different Linux Distributions
- "/etc/ssl/certs/ca-certificates.crt", Debian/Ubuntu/Mint/Gentoo etc.
- "/etc/pki/tls/certs/ca-bundle.crt", Fedora/RHEL 6
- "/etc/ssl/ca-bundle.pem", OpenSUSE
- "/etc/pki/tls/cacert.pem", OpenELEC
- "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem", CentOS/RHEL 7
- "/etc/ssl/cert.pem", Alpine Linux
So on Linux CentOS you would run
- export SSL_CERT_FILE=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem