diff options
Diffstat (limited to 'doc/faq/client.txt')
-rw-r--r-- | doc/faq/client.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/faq/client.txt b/doc/faq/client.txt new file mode 100644 index 000000000..b54973a17 --- /dev/null +++ b/doc/faq/client.txt @@ -0,0 +1,15 @@ +.. _faq-client: + +FAQ: Client +=========== + +*No ca is specified. Cannot authenticate the server with SSL.* is repeated multiple times during a client run +------------------------------------------------------------------------------------------------------------- + +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 |