From 391406c85d86dc931f3fdb2483a14d0f1e7e6355 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 9 Nov 2010 00:15:43 +0100 Subject: doc: Massive update --- doc/getting_help/faq/client.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/getting_help/faq/client.txt (limited to 'doc/getting_help/faq/client.txt') diff --git a/doc/getting_help/faq/client.txt b/doc/getting_help/faq/client.txt new file mode 100644 index 000000000..a230a84bb --- /dev/null +++ b/doc/getting_help/faq/client.txt @@ -0,0 +1,16 @@ +.. -*- mode: rst -*- + +.. _faq-client: + +FAQ: Client +=========== + +**No ca is specified. Cannot authenticate the server with SSL.** + +This means that the client does not have a copy of the CA for the server, +so it can't verify that it is talking to the right server. To fix this +issue, copy ``/etc/bcfg2.crt`` from the server to ``/etc/bcfg2.ca`` +on the client. Then add the following on the client. :: + + [communication] + ca = /etc/bcfg2.ca -- cgit v1.2.3-1-g7c22