Re: replication : Authentication failed. no mechanism available

2005-12-15 Thread Patrice
I did that: openssl req -new -nodes -out server.csr -keyout server.key openssl x509 -in server.csr -out server.crt -req -signkey server.key -days (as it is only a test server I have self signed my certificate) cat server.key server.crt > server.pem chmod 600 server.pem chown cy

Re: replication : Authentication failed. no mechanism available

2005-12-15 Thread Simon Matter
> I have created my self signed certificate and now it works !! Where did you put and how did you specify the self signed certificate? Thanks, Simon > > synctest -u cyrus -a cyrus -m PLAIN -t "" mailsrv > > S: * STARTTLS > S: * OK mailsrv Cyrus sync server v2.3.0 > C: STARTTLS > S: OK Begin TLS

Re: replication : Authentication failed. no mechanism available

2005-12-15 Thread Patrice
I have created my self signed certificate and now it works !! synctest -u cyrus -a cyrus -m PLAIN -t "" mailsrv S: * STARTTLS S: * OK mailsrv Cyrus sync server v2.3.0 C: STARTTLS S: OK Begin TLS negotiation now verify error:num=18:self signed certificate TLS connection established: TLSv1 with ci

Re: replication : Authentication failed. no mechanism available

2005-12-14 Thread Patrick H Radtke
Looking a bit more at this: Our sync server does advertise the correct mechanism synctest -m PLAIN -t "" alpenwurst2 S: * SASL GSSAPI S: * STARTTLS S: * OK alpenwurst2.cc.columbia.edu Cyrus sync server v2.3-alpha C: STARTTLS S: OK Begin TLS negotiation now verify error:num=19:self signed certifi

Re: replication : Authentication failed. no mechanism available

2005-12-14 Thread Ken Murchison
Patrice wrote: Hi, I try to install the the new version of cyrus-imap to use the replication. but I can't authenticate on my replica server: here is the error in the log: sync_client[26757]: couldn't authenticate to backend server: no mechanism available here is the result of the synctest

Re: replication : Authentication failed. no mechanism available

2005-12-14 Thread Patrick H Radtke
Have you tried specifying what mechanism you want to use with synctest with -m? Its been a long time since I set this up (I started testing in May) so hopefully I remember everything. -Patrick On Wed, 14 Dec 2005, Patrice wrote: Hi, I try to install the the new version of cyrus-imap to u

replication : Authentication failed. no mechanism available

2005-12-14 Thread Patrice
Hi, I try to install the the new version of cyrus-imap to use the replication. but I can't authenticate on my replica server: here is the error in the log: sync_client[26757]: couldn't authenticate to backend server: no mechanism available here is the result of the synctest: S: * OK mails