[Box Backup] Still getting errors :-(

Per Thomsen boxbackup@fluffy.co.uk
Tue, 19 Apr 2005 15:18:59 -0700


On 4/19/05 2:25 PM, Roy wrote:

> Thanks for your help! But now I get some other errors...I'm probably 
> doing something stupid ;-)
>
> When I start the Windows service I get the following three errors 
> (only the enlish part, rest of the error is in dutch):
> SSL err during Load certificates: error:02001002:system 
> library:fopen:No such file or directory.
> [snip]

It appears that the certificate files are not in the right place for 
bbackupd to start.

Make sure that the certs are in the right place. For a default 
installation that is C:\Program Files\Box Backup

The files to look for:

- xxx-FileEncKeys.raw
- xxx-cert.pem
- xxx-key.pem
- serverCA.pem

Also ensure that you've edited the default bbackupd.conf file (also in 
C:\Program Files\Box Backup) to use your new certificate files

As an example, if the account number is 1, and the bbstored server is 
'box.example.com' The configuration variables in question are :

StoreHostname = box.example.com
AccountNumber = 0x1
KeysFile = C:\Program Files\Box Backup\1-FileEncKeys.raw
CertificateFile = C:\Program Files\Box Backup\1-cert.pem
PrivateKeyFile = C:\Program Files\Box Backup\1-key.pem
TrustedCAsFile = C:\Program Files\Box Backup\serverCA.pem