Using SourceOffSite on port 80

If you are having a problem using SourceOffSite, post a message here.

Moderator: SourceGear

Post Reply
Martillo
Posts: 12
Joined: Thu Jan 29, 2004 9:26 am

Using SourceOffSite on port 80

Post by Martillo » Thu Mar 11, 2004 8:16 pm

We would like to connect to our SourceOffSite Server using encryption via Port 80 so that we can reach it when we are on a client site where port 80 is the only available port. No websites on our our server are using port 80. The VaultService is running on this machine but we connect to the Vault server exclusively via SSL over port 443. So far our attempts to connect to SOS via port 80 have failed. Does anybody have any suggestions?

Thanks.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Fri Mar 12, 2004 8:58 am

Could IIS still be using port 80 even though you don't connect on that port?

There are a couple of ways to test whether something is blocking the connection between SOS Client and SOS Server:

Open a web browser on the client machine and type:


http://servername:port

Another test is to telnet to that port:

telnet <servername> <port>


If the connection is allowed to pass, then you should see "200 .....". If not,
then there is something on the network blocking the path between the
SOS Client and Server.
Linda Bauer
SourceGear
Technical Support Manager

Guest

Post by Guest » Fri Mar 12, 2004 1:50 pm

Thanks Linda. We've set the default web site to TCP Port 1234 and SSL Port 443 and are using Vault over SSL and port 443. There are no other websites on the system.

When I invoke telnet [servername]:80 I get this response:

"Connecting to [severname]:80...Could not open a connection to host on port 23 : Connect failed."

It looks like IIS may still be listening on port 80.

GregM
Posts: 485
Joined: Sat Mar 13, 2004 9:00 am

Post by GregM » Sat Mar 13, 2004 9:55 am

The syntax for the built-in telnet is <ipaddress><space><port>, not <ipaddress><colon><port>. Notice that the error message said port 23, which is the default port for telnet.

Post Reply