Re: Installing ISA Server for first time
- From: Mike H <mkREMOVEhuskeyALL@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 2 Apr 2007 11:26:32 -0700
Terence, I downloaded the .zip file from isaserver.org. I've looked at
the readme file. I'm trying to anticipate the effect of running this
program. Does it simply add a policy for port 465?
On Mon, 02 Apr 2007 09:52:43 GMT, Terence Liu [MSFT] wrote:
Hello Mike,
Thank you for you kind update.
I'm glad that your IIS can correct running now.
For the SSL SMTP port 465 access issue:
By default, the ISA 2004 can only allow SSL 443 port go through it. If you
want to use other SSL port, please run the following VBscript:
To add a tunnel port range with Microsoft Internet Security and
Acceleration (ISA) Server 2004, this VBScript script will add port 465:
Dim root
Dim tpRanges
Dim newRange
Set root = CreateObject("FPC.Root")
Set tpRanges = root.GetContainingArray.ArrayPolicy.WebProxy.TunnelPortRanges
set newRange = tpRanges.AddRange("SSL 465", 465, 465)
tpRanges.Save
There is a KB will give you details about add SSL port on ISA by run
VBScripts:
Blank page or page cannot be displayed when you view SSL sites through ISA
Server
http://support.microsoft.com/kb/283284/en-us
If you do not like to run VBScripts in above page, there are some
third-party software tools will meet your requirement.
Please download ISA Trpe from the following link, it is a small GUI tool.
Install then run it on your ISA server. It will make you easily to add a
SSL port.
http://www.isatools.org/tools/ISAtrpe.zip
Note: there is a readme.txt file in the packet, please read it first.
[snip]
| This leaves the SSL e-mail problem (as far as I know)..
| --
| Mike H
|
- Follow-Ups:
- Re: Installing ISA Server for first time
- From: Terence Liu [MSFT]
- Re: Installing ISA Server for first time
- References:
- Re: Installing ISA Server for first time
- From: Mike H
- Re: Installing ISA Server for first time
- From: Mike H
- Re: Installing ISA Server for first time
- From: Terence Liu [MSFT]
- Re: Installing ISA Server for first time
- Prev by Date: Re: WSUS. Is it worth the while to install on SBS 2003 R2
- Next by Date: Re: Manually adding Vista Client to Domain
- Previous by thread: Re: Installing ISA Server for first time
- Next by thread: Re: Installing ISA Server for first time
- Index(es):
Relevant Pages
|
Loading