Welcome to ISAserver.org

Forums | Register | Login | My Profile | Inbox | RSS RSS icon | My Subscription | My Forums | Address Book | Member List | Search | FAQ | Ticket List | Log Out

Using Alt Ports for SSL

Users viewing this topic: none

Logged in as: Guest
  Printable Version
All Forums >> [ISA Server 2004 Misc.] >> Tips and Tricks >> Using Alt Ports for SSL Page: [1]
Login
Message << Older Topic   Newer Topic >>
Using Alt Ports for SSL - 10.Feb.2005 6:50:00 PM   
PureKaine

 

Posts: 9
Joined: 11.Oct.2004
Status: offline
Recently I was having a problem connecting to a web page that used an alternate port for SSL communication. No matter what I did in ISA, I could not connect to this site. While searching MSKB I found this vbs script to add

Copy this script to a txt file and then rename to .vbs to work.

Dim root
Dim tpRanges
Dim newRange
Set root = CreateObject("FPC.Root")
Set tpRanges = root.GetContainingArray.ArrayPolicy.WebProxy.TunnelPortRanges
set newRange = tpRanges.AddRange("SSL 9443", 9443, 9443)
tpRanges.Save

In bold are the Start and End ports that will need to be modified to fit your scenario.

If script runs successfully there will be no message, if you run the same script a second time you will get an error stating something to the effect of "cannot create, already exists".

Hope this helps.
Post #: 1
RE: Using Alt Ports for SSL - 10.Feb.2005 7:30:00 PM   
tshinder

 

Posts: 47439
Joined: 10.Jan.2001
From: Texas
Status: offline
Hi Kaine,

Great tip!
Thanks!
Tom

(in reply to PureKaine)
Post #: 2
RE: Using Alt Ports for SSL - 12.Oct.2005 2:47:00 AM   
chrigi-ch

 

Posts: 24
Joined: 3.Jun.2005
From: Zurich/Switzerland
Status: offline
Hi
there is a tool from the website http://www.isatools.org, it is called
isa_tpr.js which adds extra https ports to the
ISA server.

Greets

Chrigi-CH

(in reply to PureKaine)
Post #: 3
RE: Using Alt Ports for SSL - 13.Oct.2005 4:31:00 PM   
Guest
And a script named "Manage_SSL_Ports.vbs" at www.ISAscripts.org that can show, add or delete allowed SSL port ranges in a user-friendly way, plus a bunch of other scripts.

(in reply to PureKaine)
  Post #: 4

Page:   [1] << Older Topic    Newer Topic >>
All Forums >> [ISA Server 2004 Misc.] >> Tips and Tricks >> Using Alt Ports for SSL Page: [1]
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts