Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Protocol for VisualSVN Server

Need to get port opened on vps server by the server company. The port is for VisualSvn so i can connect to it from my pc.

Question is, what is the protocol for this traffic, TCP UDP ICMP IP ??

like image 301
amateur Avatar asked Aug 30 '26 12:08

amateur


1 Answers

TCP.

Check which ports your VIsualSVN installation is using in the setup dialog.

The defaults are (from here):

Standard HTTP and HTTPS ports are now defaults: VisualSVN Server suggests to use the standard 80 and 443 ports by default (instead of 8080 and 8443 ports as in previous versions).

like image 199
Pekka Avatar answered Sep 01 '26 08:09

Pekka