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

Re: Checkout project over https

From: Jeb <jeb.beasley_at_penske.com>
Date: 2006-05-16 20:35:16 CEST

GET is one of the Standard verbs under stood by http (and Apache)
PROPFIND is part of the WEBDAV extensions.

Usually you get a Method Not allowed if there is an issue with the HTTP
verbs and an Apache configuration. I'd look into regenerating the cert
with the missing attribute or checking the https configuration sections
of Apache.

Konrad Rosenbaum wrote:

>On Tuesday 16 May 2006 16:47, floor wrote:
>
>
>> Interestingly, I can also view https://myServer/repos/test/ in a
>>browser. It's just checking out the project that gives me the
>>
>>
>
>Ok, so GET works on the repository, which means the svn server itself does
>work.
>
>
>
>> svn: PROPFIND request failed on '/repos/test'
>>svn: PROPFIND of '/repos/test': Server certificate was
>>missing commonName attribute in subject name
>>(https://myServer)
>>
>> error.
>>
>>
>
>What remains is the question why GET is allowed by Apache, but PROPFIND is
>not. What is the exact configuration you used for <Location /repos/test>?
>
>
>
> Konrad
>
>
Received on Tue May 16 20:36:50 2006

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.