From 17aac9b15f02160eddf0d0d93b0156a5955b9ebb Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 22 Apr 2016 11:53:56 +0100 Subject: [PATCH] Note certificates FAQ works on Solaris too --- docs/content/faq.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/faq.md b/docs/content/faq.md index 34b2c356f..238cc3e41 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -105,7 +105,8 @@ For instance "foo.com" also matches "bar.foo.com". ### Rclone gives x509: failed to load system roots and no roots provided error ### This means that `rclone` can't file the SSL root certificates. Likely -you are running `rclone` on a NAS with a cut-down Linux OS. +you are running `rclone` on a NAS with a cut-down Linux OS, or +possibly on Solaris. Rclone (via the Go runtime) tries to load the root certificates from these places on Linux.