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

RE: Logging Subversion client HTTP requests

From: Bert Huijben <bert_at_qqmail.nl>
Date: Sun, 31 Jul 2011 14:11:52 +0200

> -----Original Message-----
> From: Manuel Lemos [mailto:mlemos_at_acm.org]
> Sent: zondag 31 juli 2011 5:00
> To: Geoff Hoffman
> Cc: users_at_subversion.apache.org
> Subject: Re: Logging Subversion client HTTP requests
>
> Hello,
>
> on 07/30/2011 10:57 PM Geoff Hoffman said the following:
> > Does httpclient work if you switch it to the cURL option? You may need
> > to extend the class to provide https specific curl options [1].
> >
> > [1]
> > http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-
> ssltls-protected-sites/
>
> I just figured the problem. It was not working with Curl either because
> I was resolving the IP address of the server before opening the SSL
> connection and I should have used the original host name for servers
> like this for some reason related with the way PHP establishes SSL
> connections.
>
> Anyway, this problem is solved now. Thanks for the interest in helping
out.
>
> I still have a problem with CodePlex SubVersion, which is also accSSL,
> but I think I will figure out comparing with requests sent by the svn
> program to non-SSL sites. I will let you know otherwise.

Codeplex is a reimplementation of the svn server by reverse engineering
(instead of looking at the developer documentation), so it might be
different in ways not detected by the standard libraries. (And they have
quite a list of 'known' issues that aren't resolved yet)

        Bert
>
>
> --
>
> Regards,
> Manuel Lemos
>
> JS Classes - Free ready to use OOP components written in JavaScript
> http://www.jsclasses.org/
Received on 2011-07-31 14:13:51 CEST

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.