Re: Need help tracking down problem accessing IETF Subversion repository on Mac OS X

2011-09-27 Thread Stuart Cheshire
On 27 Sep 2011, at 7:32, Henrik Levkowetz wrote: > Hi, > > Yoav's tcpdump analysis, together with Martin's observations, helped > me find the problem at the server end. I've changed the config now > (addding a missing 'NameVirtualHost *:443' to Apache's config), and > Stuart's example now works

Re: Need help tracking down problem accessing IETF Subversion repository on Mac OS X

2011-09-27 Thread Henrik Levkowetz
Hi, Yoav's tcpdump analysis, together with Martin's observations, helped me find the problem at the server end. I've changed the config now (addding a missing 'NameVirtualHost *:443' to Apache's config), and Stuart's example now works for me on OS X Snow Leopard and Lion: svn info https://svn.

Re: Need help tracking down problem accessing IETF Subversion

2011-09-27 Thread Yoav Nir
On 9/27/11 12:45 AM, "Martin Rex" wrote: >- The server (svn.tools.ietf.org) does not seem to be sufficiently > aware of the server names that it is servicing. > > If it takes more than a server configuration file change to make it > aware of that additional hostname, then there is a software

Re: Need help tracking down problem accessing IETF Subversion

2011-09-27 Thread Yoav Nir
On 9/27/11 12:45 AM, "Martin Rex" wrote: > >So there seem to be two problems: > >- The server (svn.tools.ietf.org) does not seem to be sufficiently > aware of the server names that it is servicing. > > If it takes more than a server configuration file change to make it > aware of that additi

Re: Need help tracking down problem accessing IETF Subversion

2011-09-26 Thread Martin Rex
Yoav Nir wrote: > > The client sends a SNI extension with the name "svn.tools.ietf.org". > For some reason the server does not recognize the name. This is > particularly puzzling because the CommonName in the server certificate > is "*.tools.ietf.org", which is usually considered a match. > The se

Re: Need help tracking down problem accessing IETF Subversion repository on Mac OS X

2011-09-26 Thread Yoav Nir
forgot to attach. tls.cap Description: tls.cap On Sep 26, 2011, at 11:11 PM, Yoav Nir wrote: > > On Sep 26, 2011, at 5:25 AM, Paul Hoffman wrote: > >> On Sep 25, 2011, at 7:20 PM, Stuart Cheshire wrote: >> % svn info https://svn.tools.ietf.org/svn/wg/hybi svn: OPTIONS of 'https://s

Re: Need help tracking down problem accessing IETF Subversion repository on Mac OS X

2011-09-26 Thread Yoav Nir
On Sep 26, 2011, at 5:25 AM, Paul Hoffman wrote: > On Sep 25, 2011, at 7:20 PM, Stuart Cheshire wrote: > >>> % svn info https://svn.tools.ietf.org/svn/wg/hybi >>> svn: OPTIONS of 'https://svn.tools.ietf.org/svn/wg/hybi': SSL negotiation >>> failed: SSL error code -1/1/336032856 (https://svn.too

Re: Need help tracking down problem accessing IETF Subversion repository on Mac OS X

2011-09-25 Thread Paul Hoffman
On Sep 25, 2011, at 7:20 PM, Stuart Cheshire wrote: >> % svn info https://svn.tools.ietf.org/svn/wg/hybi >> svn: OPTIONS of 'https://svn.tools.ietf.org/svn/wg/hybi': SSL negotiation >> failed: SSL error code -1/1/336032856 (https://svn.tools.ietf.org) > > If you're on a Mac, can you please try t

Need help tracking down problem accessing IETF Subversion repository on Mac OS X

2011-09-25 Thread Stuart Cheshire
I'm using the IETF Subversion repository, described here: It used to work for me, but for the last few months, on both OS X SnowLeopard and on Lion, it hasn't worked: % svn info https://svn.tools