Siyoucef Arslan wrote:
> hi
>
> I have this problem when I want to connect a external client. but I can
> connect with and without TLS probelem with the local client.
>
>  error:
>   Fatal Error: TLS negotiation failed with FD at "xxx.xxx.xxx.xxx: 9102".
>
> 03-Aug 16:17 WN-ASI-01-dir JobID 0: Fatal Error: bnet.c: 307 host TLS
> certificate verification failed. Host name "xxx.xxx.xxx.xxx" did not
> match certificate presented
>
>
>  What is the solution?

This is almost certainly happening because the CN in your certificate
for the FD did not match what you listed in the "Address" field for
the client stanza.  In other words, if you had this stanza in the
director's config file:

----

Client {
  Name = client.example.com-fd
  Address = client.example.com
  ...
}
----

then the CN in the certificate used by the FD would need to be
"client.example.com".  I haven't tried it with an IP address in the
"Address" field or CN, so I don't know how that would affect things.

Hope that helps,
Hugh

--
Hugh Brown, Systems Manager
The Centre for High-Throughput Biology
hbr...@chibi.ubc.ca

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to