outbound SSL - custom port - scripted?

  • From: "Ted D" <tdoholis@xxxxxxxxxxxxx>
  • To: isalist@xxxxxxxxxxxxx
  • Date: Tue, 1 Feb 2005 12:20:39 -0700

I have created a new protocol definition and rule allowing it for TCP
outbound on port 33108. That didnt work but I found this script on MS
website. Has anyone used it before? the article is below as well......any
other suggestions?

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


http://support.microsoft.com/default.aspx?scid=kb;en-us;283284




Other related posts: