SVN server. Could not connect to host, PROPFIND request failed [SOLVED]
Hello
I have installed and configured Visual SVN Server on windows server 2003. I am able to connect send a PROPFIND request to my server with my LAN but from out side of my LAN i cant send the request.Getting an Error: Could connect to server.
My initial port of the svn server is 8443 [not working]
I have Changed port of the svn server to 443 then its working.
Note that some of the servers will block the out bound ports other than 80 (http) ,443 (https).
So Make sure that your svn server is listening to above 2 ports so that problem will solve.
If you want specifically any other port to work [ svn server ] then make sure that client machine sending PROPFIND request should allow the out bound port.
