Hello Danny and Users,

after rechecking my config serveral times i've managed to find the error.
There were several typos in there.
"TLS Required" needs to be "TLS Require" without d
"TLS CA Certificate" needs to be "TLS CA Certificate File" (or Dir)

This is my working configuration file now (located on the windows client):

#
# Default  Bacula File Daemon Configuration file
#
#  For Bacula release 2.2.7 (12/24/07) -- Windows MVS
#
# There is not much to change here except perhaps the
# File daemon Name
#

#
# "Global" File daemon configuration specifications
#
FileDaemon {                            # this is me
  Name = starship-fd
  FDport = 9102                # where we listen for the director
  WorkingDirectory = "C:\\Dokumente und Einstellungen\\All 
Users\\Anwendungsdaten\\Bacula\\Work"
  Pid Directory = "C:\\Dokumente und Einstellungen\\All 
Users\\Anwendungsdaten\\Bacula\\Work"
  Maximum Concurrent Jobs = 2
  TLS Enable = yes
  TLS Require = yes
  TLS Certificate = C:/Programme/Bacula/starshipcert.pem
  TLS Key = C:/Programme/Bacula/starshipkey.pem
  TLS CA Certificate File = C:/Programme/Bacula/cacert.pem
}

#
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = cn1-dir
  Password = "********"
  TLS Enable = yes
  TLS Require = yes
  TLS Verify Peer = yes
  TLS Allowed CN = "cn1"
  TLS Certificate = C:/Programme/Bacula/starshipcert.pem
  TLS Key = C:/Programme/Bacula/starshipkey.pem
  TLS CA Certificate File = C:/Programme/Bacula/cacert.pem
}


Danny Butroyd schrieb:
> Jens Braeuer wrote:
>> Thanks for your answer, Arno!
>>
>> Only problem remains, the windows client does not allow a 
>> "TLSRequired" in bacula-fd.conf.
>> Could it be possible that the TLS function is not available by 
>> default (like ./configure --with-openssl under Linux)?
>>
>> If you need to see my configs, please tell me.
>>   
> Hi
>
> Can you post your configs anyway, I'm having a few issues getting TLS 
> to work on windows.
>
> Thanks
> Danny
>
>
> This message has been scanned for viruses
>
>

Mit freundlichen Grüßen,

Jens Bräuer
-- 
MPeX.net GmbH                                   MPeXnetworks
Werner-Voß-Damm 62                    http://mpexnetworks.de
D-12101 Berlin                   Tel: ++49 - 30 - 780 97 180
Germany                          Fax: ++49 - 30 - 780 97 181

HRB 76688, Berlin                 Amtsgericht Charlottenburg
Geschäftsführer:                          Gregor Lawatscheck
                                           Robert Lawatscheck
                                                  Lars Bräuer


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to