Add CA bundle path used on Foresight Linux
This commit is contained in:
parent
2aa4657a78
commit
18776c59b2
1 changed files with 1 additions and 0 deletions
|
@ -886,6 +886,7 @@ midori_soup_session_prepare (SoupSession* session,
|
||||||
{
|
{
|
||||||
"/etc/pki/tls/certs/ca-bundle.crt",
|
"/etc/pki/tls/certs/ca-bundle.crt",
|
||||||
"/etc/ssl/certs/ca-certificates.crt",
|
"/etc/ssl/certs/ca-certificates.crt",
|
||||||
|
"/etc/ssl/certs/ca-bundle.crt",
|
||||||
"/usr/local/share/certs/ca-root-nss.crt",
|
"/usr/local/share/certs/ca-root-nss.crt",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue