|
--> Oleg Akolupin (admin)
at 29 May 09 05:00 writes
|
|
|
| |
--> Denis Zarov (admin)
at 11 May 09 05:00 writes
|
next version of svn plugin will be avalaible to download through 3 hours, now you may set min-encryption to 0 |
|
| |
--> ProtoByte Solutions (user)
at 11 May 09 05:00 writes
|
Okay thanks.
But how many bits encryption is it using at the moment? ... 64? |
|
| |
--> Denis Zarov (admin)
at 11 May 09 05:00 writes
|
128-bit encryption will be avalaible in next version of plugin |
|
| |
--> ProtoByte Solutions (user)
at 06 May 09 05:00 writes
|
Thanks for your reply. I changed min-encryption to 0 and it works fine. It also works with min-encryption set to 1. I snooped the TCP traffic using TcpTrace ( http://www.pocketsoap.com/tcptrace/) and it seems to be encrypted. However I do not know how many bits of encryption it is actually using. Is there any way to find out? |
|
| |
--> Denis Zarov (admin)
at 06 May 09 05:00 writes
|
try set min-encryption to 0 and post result |
|
| |
--> ProtoByte Solutions (user)
at 06 May 09 05:00 writes
|
svnserve.conf (from svn repository):
[general] realm = proto1 anon-access=none auth-access=write [sasl] use-sasl=true min-encryption = 128 max-encryption = 256
svn.conf (from subversion folder):
pwcheck_method: auxprop auxprop_plugin: sasldb mech_list: DIGEST-MD5 sasldb_path: C:\Program Files\TortoiseSVN\sasldb
I simply followed the instructions in the TortoiseSVN help manual (section 3.6.5.2. SASL Authentication). I can connect to the repos with Tortoise without any trouble.
If I change min-encryption in svnserve.conf to be '1', then I can connect using the plugin, but I assume that this means the traffic is not encrypted. |
|
| |
--> Denis Zarov (admin)
at 06 May 09 05:00 writes
|
Please post svnserve.conf (from svn repository) and subversion.conf (sasl configuration) files. |
|
| |
--> ProtoByte Solutions (user)
at 05 May 09 05:00 writes
|
I have Subversion with SASL encryption set up and working using TortoiseSVN. However when I try to connect to my repository using your pluging, I receive the following error:
SASL(-1): generic failure: Unable to find a callback: 2
Please can you advise? |
|
| |