[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: Manuel Lemos <mlemos_at_acm.org>
Date: Sat, 30 Jul 2011 23:59:36 -0300

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.

-- 
Regards,
Manuel Lemos
JS Classes - Free ready to use OOP components written in JavaScript
http://www.jsclasses.org/
Received on 2011-07-31 05:00:15 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.