bareos: master f80fc018

Author Committer Branch Timestamp Parent
Marco van Wieringen Marco van Wieringen master 2014-05-02 11:55 master e288a04e Pending
Changeset Storage to storage copy jobs don't work with TLS.

When both SDs think they are a TLS server the handshake will never be a
success. Now changed the code to use the initiate variable we have which
we already use to know who starts the challenge protocol. That way we
get one TLS server and one TLS client which should work much better.

Fixes 0000290: Storage to storage copy jobs don't work with TLS enabled.
mod - src/dird/authenticate.c Diff File
mod - src/filed/authenticate.c Diff File
mod - src/lib/bnet.c Diff File
mod - src/stored/authenticate.c Diff File