[Csync2] Establishing SSL connection failed

Art -kwaak- van Breemen ard+csync2 at telegraafnet.nl
Tue Aug 12 08:56:00 CEST 2008


Hello,

On Mon, Aug 11, 2008 at 07:19:52PM +1100, Michael Mansour wrote:
> So my guess is I need to delete the original certificates from the SQLite DB??
> 
> If so, how can I do this so I can get the sync working correctly?

sqlite3? /var/lib/csync2/*
DELETE FROM x509_cert;
.exit

will delete any cert.

Type .schema to get an idea. It really is sql like so not that
hard to comprehend.

Anyway: you can also type:
nossl * *;
in your csync2 conf to not use ssl. But the only "authentication"
you have then is the preshared key.
I have yet to learn what other names can be in place of *.

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in email?


More information about the Csync2 mailing list