RE: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-09-06 Thread Kamesh Jayachandran
would work on self-signed ssl servers too On Monday 05 September 2011 05:44 PM, Kamesh Jayachandran wrote: > > Prabhu, > > One small problem with your patch. > > See the below snip > > [kamesh@kamesh trunk]$ python tools/examples/get-location-segments.py > https://

Re: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-09-06 Thread Prabhu Gnana Sundar
On Monday 05 September 2011 05:44 PM, Kamesh Jayachandran wrote: Prabhu, One small problem with your patch. See the below snip [kamesh@kamesh trunk]$ python tools/examples/get-location-segments.py https://svn.eu.apache.org/repos/asf/subversion/trunk The certficate details are as follows: --

RE: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-09-05 Thread Kamesh Jayachandran
11 4:18 PM To: Vijayaguru Guruchave Cc: dev@subversion.apache.org Subject: Re: [PATCH] get-location-segments.py would work on self-signed ssl servers too Thanks Vijay for the detailed explanation... I am attaching the patch for the script with minor tweaks... Regards Prabhu On Friday 02 Sept

Re: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-09-02 Thread Prabhu Gnana Sundar
Thanks Vijay for the detailed explanation... I am attaching the patch for the script with minor tweaks... Regards Prabhu On Friday 02 September 2011 04:13 PM, vijay wrote: Actually, there are two issues to be noted. 1.Bug with neon (Reproducible in Ubuntu 10.10, svn 1.6.12, neon 0.29.3/GN

Re: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-09-02 Thread vijay
On Friday 02 September 2011 03:42 PM, Daniel Shahaf wrote: Observations after immense exploration by Vijay and me... I am using OpenSSL0.9.8o and Neon0.27. The problem is that this version of OpenSSL does not have the SNI support whereas this version of neon has a (broken) default SNI support.

Re: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-09-02 Thread Daniel Shahaf
Prabhu Gnana Sundar wrote on Fri, Sep 02, 2011 at 11:54:29 +0530: > On Monday 22 August 2011 09:37 AM, Prabhu Gnana Sundar wrote: > >On Thursday 18 August 2011 06:46 PM, Daniel Shahaf wrote: > >>I tried your patch against > >>https://svn.eu.apache.org/repos/asf/subversion/README > >>(which uses a n

Re: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-09-01 Thread Prabhu Gnana Sundar
On Friday 02 September 2011 11:54 AM, Prabhu Gnana Sundar wrote: On Monday 22 August 2011 09:37 AM, Prabhu Gnana Sundar wrote: On Thursday 18 August 2011 06:46 PM, Daniel Shahaf wrote: I tried your patch against https://svn.eu.apache.org/repos/asf/subversion/README (which uses a non-self-signe

Re: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-09-01 Thread Prabhu Gnana Sundar
On Monday 22 August 2011 09:37 AM, Prabhu Gnana Sundar wrote: On Thursday 18 August 2011 06:46 PM, Daniel Shahaf wrote: I tried your patch against https://svn.eu.apache.org/repos/asf/subversion/README (which uses a non-self-signed cert, but rather one for which the cert's hostname differs from

Re: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-08-25 Thread vijay
On Monday 22 August 2011 09:37 AM, Prabhu Gnana Sundar wrote: On Thursday 18 August 2011 06:46 PM, Daniel Shahaf wrote: I tried your patch against https://svn.eu.apache.org/repos/asf/subversion/README (which uses a non-self-signed cert, but rather one for which the cert's hostname differs from

Re: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-08-21 Thread Prabhu Gnana Sundar
On Thursday 18 August 2011 06:46 PM, Daniel Shahaf wrote: I tried your patch against https://svn.eu.apache.org/repos/asf/subversion/README (which uses a non-self-signed cert, but rather one for which the cert's hostname differs from the URI's hostname), and it didn't seem to work: [[[ ./tools/

Re: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-08-19 Thread Prabhu Gnana Sundar
On Thursday 18 August 2011 10:07 PM, Daniel Shahaf wrote: Prabhu Gnana Sundar wrote on Thu, Aug 18, 2011 at 21:55:28 +0530: On Thursday 18 August 2011 06:46 PM, Daniel Shahaf wrote: I tried your patch against https://svn.eu.apache.org/repos/asf/subversion/README (which uses a non-self-signed ce

Re: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-08-18 Thread Daniel Shahaf
Prabhu Gnana Sundar wrote on Thu, Aug 18, 2011 at 21:55:28 +0530: > On Thursday 18 August 2011 06:46 PM, Daniel Shahaf wrote: > >I tried your patch against > >https://svn.eu.apache.org/repos/asf/subversion/README > >(which uses a non-self-signed cert, but rather one for which the cert's > >hostnam

Re: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-08-18 Thread Prabhu Gnana Sundar
On Thursday 18 August 2011 06:46 PM, Daniel Shahaf wrote: I tried your patch against https://svn.eu.apache.org/repos/asf/subversion/README (which uses a non-self-signed cert, but rather one for which the cert's hostname differs from the URI's hostname), and it didn't seem to work: [[[ ./tools/

Re: [PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-08-18 Thread Daniel Shahaf
I tried your patch against https://svn.eu.apache.org/repos/asf/subversion/README (which uses a non-self-signed cert, but rather one for which the cert's hostname differs from the URI's hostname), and it didn't seem to work: [[[ ./tools/examples/get-location-segments.py https://svn.eu.apache.org/

[PATCH] get-location-segments.py would work on self-signed ssl servers too

2011-08-18 Thread Prabhu Gnana Sundar
Hi all, Till now the get-location-segments.py script does not work against self-signed ssl servers. Now I have worked on the script and made it work even against the untrusted self-signed ssl servers. Attaching the patch and the log message with this mail. Please share your thoughts. Tha