[Box Backup] TLSHandshakeFailed: Possible other solution, than creating new CA?

Chris Wilson chris at qwirx.com
Sun Jan 5 21:17:55 GMT 2014


Hi Pascal,

On Sun, 5 Jan 2014, Pascal Schrafl wrote:

> It appears, that the Synology OpenSSL is somehow causing hickups, if I use 
> the one compiled with BoxBackup, it appears to work.

That is indeed odd. I don't know why there would be a version of OpenSSL 
distributed with Box Backup in the first place. However could you try this 
for me:

$ ldd /usr/local/boxbackup-client/sbin/bbackupd

It should display something like this:

$ ldd ../../debug/bin/bbackupd/bbackupd
 	linux-gate.so.1 =>  (0xb77d2000)
 	libssl.so.1.0.0 => /lib/i386-linux-gnu/libssl.so.1.0.0 
(0xb7750000)
 	libcrypto.so.1.0.0 => /lib/i386-linux-gnu/libcrypto.so.1.0.0 
(0xb75a5000)
 	libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb759f000)
 	libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb7589000)
 	libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 
(0xb74a4000)
 	libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb7486000)
 	libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb72dc000)
 	/lib/ld-linux.so.2 (0xb77d3000)
 	libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb72af000)

Note the paths to libssl and libcrypto. Is it using the versions in 
/usr/local/boxbackup-client or somewhere else? Or does it not link them 
dynamically at all?

Cheers, Chris.
-- 
_____ __     _
\  __/ / ,__(_)_  | Chris Wilson <chris+sig at qwirx.com> Cambs UK |
/ (_/ ,\/ _/ /_ \ | Security/C/C++/Java/Ruby/Perl/SQL Developer |
\__/_/_/_//_/___/ | We are GNU : free your mind & your software |




More information about the Boxbackup mailing list