I'm configuring CollabNet SVN server (http://www.collab.net/downloads/subversion/) on windows server 2008 machine. It works fine with http configuration. But when i enable https and attach ssl certificate to it, I can't start the SVN server.
I think, its because of the port issue. I can run SVN server on port 8080 fine (http://domainname:8080/), but when i change the port to 80 it says - 'The server could not bind to port "80". Check permission to use the port and that another process is not using the port.' I checked binding of port and it's not been used by any other process. So port 80 doesn't work and i can't use https on port 8080.
So just wondering if anyone has seen this issue before and know any possible solution for this.
Thanks.