Hi everyone,
I'm using TMG 2010 proxy running on server 2008 R2 SP1
When i try the site https://41.IP.IP.IP:7201/login.aspx using a modem(open internet) it goes through but when i try it using any machine in my network it doesnt go through[Internet Explorer cannot display the webpage]. i can access other site google yahoo,,,,.
i've tried checking through the live monitoring but i cant seem to see whats blocking it.
I also added the port range 7201 using .vbs script below.
Dim root
Dim tpRanges
Dim newRange
Set root = CreateObject("FPC.Root")
Set tpRanges = root.GetContainingArray.ArrayPolicy.WebProxy.TunnelPortRanges
set newRange = tpRanges.AddRange("SSL 7201", 7201, 7201)
tpRanges.Save
Please assist
Meshack