summaryrefslogtreecommitdiffstats
path: root/doc/faq/client.txt
blob: b54973a1760d8f7f4d2f6ac2069568e89e78629b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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