[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Checkout failed for https repos

From: fRANz <andrea.francesconi_at_gmail.com>
Date: 2005-01-19 23:59:32 CET

Hi.
I have some trouble with a checkout from a https repos.
Configs are:

#https
<Location /repos/hice>
  DAV svn
  SVNPath /mnt/120gb/svn/hice/
  SVNAutoversioning on
  Order Deny,Allow
  Deny from all
  Allow from 192.168.0.0/255.255.255.0
  SSLRequireSSL
</Location>

also AuthUserFile and AuthType is active for this vhost.
When I try to checkout from another client:

$ svn checkout https://frostland.ath.cx/repos/hice pr
Error validating server certificate for 'https://xxx.xxx.xxx.xxx:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: xxx.xxx.xxx.xxx
 - Valid: from Dec 5 16:12:09 2004 GMT until Dec 5 16:12:09 2005 GMT
 - Issuer: For testing purposes only, [cut]
 - Fingerprint: 65:7a:d3:a0:ec:11:a1:70:4e:82:54:bc:ba:57:4f:52:d3:7b:97:de
(R)eject, accept (t)emporarily or accept (p)ermanently? t
svn: REPORT request failed on '/repos/hice/!svn/vcc/default'
svn:
Not authorized to open root of edit operation.

Can I resolv this trouble?
Thank you very much,
fRANz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 20 00:05:34 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.