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

http upgrade (rfc 2817) support?

From: Tim Spriggs <tims_at_uahirise.org>
Date: Tue, 9 Jun 2009 12:41:23 -0400

Hi All,
I've been looking at a long standing problem of proxied webdav access to
svn. In the case that the proxy<->client connection is over a secure channel
(https) but the proxy<->backend is plaintext (http) webdav fails because the
proxy rewrites the request URL as http. Referrals (generated by the backend
server) sent to the client are constructed as http:// instead of
https://and thus the configuration doesn't work.

With http upgrade support all urls start with http:// regardless of the
secure nature of the channel which should play nicer with webdav. The only
other solution I see is to use https between the proxy and backend webserver
which is not desirable in this case.

I came across an old thread asking about this topic [1] and it seemed to be
lost with, "it could be tricky."

Has there been any development or other expressed interest in this? If not,
are there better approaches to this proxy scenario?

Thanks,
-Tim

[1] http://svn.haxx.se/dev/archive-2006-04/0852.shtml

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2360682

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-09 18:46:22 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.