Showing posts with label TMG. Show all posts
Showing posts with label TMG. Show all posts

Friday, February 9, 2018

TMG Allow SSL request on an additional port

“12204 The specified Secure Sockets Layer (SSL) port is not allowed. ISA Server is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests.”

To add non SSL port:

Create vbs scrript

For example 8455 port, change this on your port

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

tpRanges.Save

run this script from cmd  running as Administrator using cscript command.




Sunday, January 29, 2017

TMG Error: 0xc004032a

TMG Error 0xc004032a when clicking on domain tab


To resolve this problem open ADSIedit and connect to TMG server. If you have TMG Array connect to TMG Config Storage server.

Select Distingushed Name or Naming Context” - CN=fpc2
“Select or type a domain or server that you logged in to” : <TMG_Server>:2171 or localhost:2171

Navigate:

  •  CN=Array-Root

  •  CN=Arrays

  •  CN={Array’e ait olan GUID}

  •  CN=NetConfig

  •  CN=Networks

  •  CN={Network’e ait olan GUID} 

  •  CN=Proxy-LDT

You can see domain names against msFPCName in all related GUIDs, and delete dublicates.