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