[Python-Dev] HTTPS read-only SVN access is denied? (original) (raw)

techtonik techtonik at gmail.com
Thu Sep 4 16:03:18 CEST 2008


On Thu, Sep 4, 2008 at 2:08 AM, Brett Cannon <brett at python.org> wrote:

And why not to setup HTTPS for anonymous read and authorized write access? It is not that hard to do and will solve many problems with proxies. Because it requires setting up a certificate.

Certificate is already set.

$ svn co https://svn.python.org/projects/trunk Error validating server certificate for 'https://svn.python.org:443':

You can use HTTP to do a read-only checkout.

Well, the main problem is that I can't. As I already said my machine is behind a proxy that doesn't support required WebDAV extensions for HTTP protocol - http://subversion.tigris.org/faq.html#proxy

-- --anatoly t.



More information about the Python-Dev mailing list