RE: How to setup SVN with HTTPS on Apache for Windows?

2011-06-23 Thread Cooke, Mark
Von: Geoff Hoffman [mailto:ghoff...@cardinalpath.com] Gesendet: Mittwoch, 22. Juni 2011 22:47 An: Rob van Oostrum Cc: Robert Dailey; Subversion (SVN) Mailing List Betreff: Re: How to setup SVN with HTTPS on Apache for Windows? Get everything working as a regular http://server/svn/repo

Re: How to setup SVN with HTTPS on Apache for Windows?

2011-06-22 Thread Rob van Oostrum
The manual is always a good place to start: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html Cheers, Rob On Wed, Jun 22, 2011 at 1:59 PM, Robert Dailey rcdai...@gmail.com wrote: I currently run a Windows 2008 R2 server and I want to host SVN 1.7 on my Apache installation,

Re: How to setup SVN with HTTPS on Apache for Windows?

2011-06-22 Thread Geoff Hoffman
Get everything working as a regular http://server/svn/repo then get a cert or self sign (not related to svn) and move your vhost to port 443 (open that port on your firewall if applicable).

Re: How to setup SVN with HTTPS on Apache for Windows?

2011-06-22 Thread Robert Dailey
Thanks guys and I apologize if you guys got my double-post. That was a user-error. - Robert Dailey On Wed, Jun 22, 2011 at 3:46 PM, Geoff Hoffman ghoff...@cardinalpath.comwrote: Get everything working as a regular http://server/svn/repo then get a cert or self sign (not related to