Re: https access through port
- From: James <James@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 19 Apr 2007 18:36:00 -0700
Thank you Les and Michael for your responses. I checked back at the original
email from the software vendor and can find no reference to https in their
insutructions (pretty sure they had told me over the phone though). I am
seeking clarification on this.
However, in the meantime, if it were not an ssl connection, where can I find
instructions on how to allow general access through port 7777.
"Les Connor [SBS MVP]" wrote:
Hi James,.
By default, ISA 2004 will only allow SSL on port 443.
There is a KB which will give you details about adding SSL ports on ISA via
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 want to add an SSL port, you can 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 7777:
Dim root
Dim tpRanges
Dim newRange
Set root = CreateObject("FPC.Root")
Set tpRanges = root.GetContainingArray.ArrayPolicy.WebProxy.TunnelPortRanges
set newRange = tpRanges.AddRange("SSL 7777", 7777, 7777)
tpRanges.Save
There is also this:
You can download ISA Trpe from the following link, it is a small GUI tool.
Install then run it on your ISA server. It allows you to add an
SSL port.
http://www.isatools.org/tools/ISAtrpe.zip
There is a readme.txt file in the download, read that first.
--
Les Connor [SBS MVP]
"James" <James@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F6795D9D-A1D2-4136-BAE1-C96100B2028E@xxxxxxxxxxxxxxxx
I have been busting my brain on and off for about a month trying to figure
this out.
The setup: We run SBS2003 prem with ISA2004, behind a smart-touch adsl
modem/router. All service packs etc are installed.
The problem: We have had a software vendor install a new package onto our
SBS. We can access the software package on the internal network at
http://<internal-ip>:8084 which works very well. The software vendor has
told
us that in order to access the package from the internet we need to 'open
port 7777' for ssl access. Without making any changes to ISA if we
navigate
to https://<our-fixed-ip>:7777 we get the "IE cannot display this page"
error
msg.
The cry for help: We would REALLY appreciate some informed help on this
please. I am seeking specific instructions on how to allow ssl on port
7777
as I have not been able to find a step by step instruction process on how
to
do this.
In anticipation of your help, thank you
regards
James
- References:
- Re: https access through port
- From: Les Connor [SBS MVP]
- Re: https access through port
- Prev by Date: Re: Anyone using AV, Spam, & content filtering devices?
- Next by Date: Re: backup domain controller in a small business server 2003 domain
- Previous by thread: Re: https access through port
- Next by thread: Exchange erro
- Index(es):
Relevant Pages
|