[Csync2] SSL not working
B T
briant97 at yahoo.com
Mon Nov 1 18:14:05 CET 2010
It works via non-ssl however i would like to get SSL working.
csync2 -xv
Connecting to host gamesweb02 (SSL) ...
Establishing SSL connection failed.
Steps to create certs.
this is on gamesweb01
~# openssl genrsa -out /etc/csync2_ssl_key.pem 1024
:~# openssl req -new -key /etc/csync2_ssl_key.pem -out /etc/csync2_ssl_cert.csr
:~# openssl x509 -req -days 600 -in /etc/csync2_ssl_cert.csr -signkey /etc/csync2_ssl_key.pem -out /etc/Csync2_ssl_cert.pem
So after having all the certificates, we have to create the Csync2 key by issuing the following:
:~# csync2 -k /etc/csync2_ssl_cert.key
scp /etc/csync2_ssl_cert.key root at gamesweb02:/etc/
scp /etc/csync2_ssl_key.pem root at gamesweb02:/etc/
scp /etc/csync2_ssl_cert.csr root at gamesweb02:/etc/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/csync2/attachments/20101101/089043a9/attachment.htm>
More information about the Csync2
mailing list