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

Re: HTTPS issue with files over 128K

From: Emmanuel Hislen <emmanuel.hislen_at_marseillenetworks.com>
Date: 2007-08-01 21:51:54 CEST

Yes it does. I had looked at this before, but reading it again I saw
where my problem is.

The solution is to put the SSLVerifyClient in the VirtualHost section,
which I had, excepted it was nested in a <Location> subsection instead
of being at the top level.

That was my problem, duh...

Thanks so much!

Emmanuel.

Rainer Sokoll wrote:
> On Wed, Aug 01, 2007 at 11:40:45AM -0700, Emmanuel Hislen wrote:
>
>
>> <VirtualHost _default_:443>
>> (...)
>> <Location /svn-rep>
>> SSLVerifyClient require
>> SSLOptions +OptRenegotiate
>> </Location>
>> (...)
>> </VirtualHost>
>>
>
> Does http://issues.apache.org/bugzilla/show_bug.cgi?id=39154 match here?
>
> Rainer
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 1 21:50:15 2007

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.