Introduction
Cannot create a weblistener using any port other then 80 for non-ssl website publishing or trying to modify WebListener settings via UI for non-ssl website publishing. For example trying to use port 8080 on the listener as the port number in front of non-ssl connection option it gives an error:
Repro steps
Workaround:
Run the script:
========================================
ListnerName= WScript.Arguments.Named("Listener")
ListnerPort= WScript.Arguments.Named("Port")
set curArray = CreateObject("FPC.Root").GetContainingArray()
set listener = curArray.RuleElements.WebListeners.Item(ListnerName)
listener.Properties.TCPPort = ListnerPort
listener.Save
=========================================
STATUS
Microsoft has confirmed that this is a problem in the Microsoft products
Author Masoud Hoghooghi Escalation Engineer Microsoft CSS Forefront Security Edge Team
Technical Reviewer Brennan Crowe Support Escalation Engineer Microsoft CSS Forefront Security Edge Team
What is the current release timeline for TMG SP1 Update 1?
Hi,
Do you know when this was fixed? I've just hit this issue.
Many thanks.