Re: Need to bypass ISA proxy & open port 2443



Got it Edward, I thought it wasn't this easy and I have to run the script
from somewhere within ISA 2004. It's working fine now.

Thanks,
Simon


"Edward Tian" <v-edtian@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:T3aRGt$8FHA.3764@xxxxxxxxxxxxxxxxxxxxxxxx
> Hi:
> Thanks for your posting.
>
> You can perform the following steps to add this VBscript file:
> 1. On the SBS box, create a new Text Document file such as script.txt.
>
> 2. Edit this file, and paste the content of the script into it.
> For example:
>
> set isa=CreateObject("FPC.Root")
> set
> tprange=isa.Arrays.GetContainingArray.ArrayPolicy.WebProxy.TunnelPortRanges
> set tmp=tprange.AddRange("SSL 19638", 19638, 19638)
> tprange.Save
>
> 3. Save the changes, and rename it to script.vbs. (You will notice the
> icon
> will be changed to another type)
>
> 4. Double click this .vbs file to run the script. (If you run it twice,
> you
> will receive an error information)
>
> Hope it helps. Please feel free to let me know if you have any questions
> or
> concerns.
> Have a nice day!
>
> Best Regards
> Edward Tian(MSFT)
> Microsoft CSS Online Newsgroup Support
>
> Get Secure! - www.microsoft.com/security
> ======================================================
> This newsgroup only focuses on SBS technical issues. If you have issues
> regarding other Microsoft products, you'd better post in the corresponding
> newsgroups so that they can be resolved in an efficient and timely manner.
> You can locate the newsgroup here:
> http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
>
> When opening a new thread via the web interface, we recommend you check
> the
> "Notify me of replies" box to receive e-mail notifications when there are
> any updates in your thread. When responding to posts via your newsreader,
> please "Reply to Group" so that others may learn and benefit from your
> issue.
>
> Microsoft engineers can only focus on one issue per thread. Although we
> provide other information for your reference, we recommend you post
> different incidents in different threads to keep the thread clean. In
> doing
> so, it will ensure your issues are resolved in a timely manner.
>
> For urgent issues, you may want to contact Microsoft CSS directly. Please
> check http://support.microsoft.com for regional support phone numbers.
>
> Any input or comments in this thread are highly appreciated.
> ======================================================
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> --------------------
> | From: "Newbie" <newbie@xxxxxxxxxxx>
> | References: <20E173C2-F957-43BE-844B-669C216D4E6F@xxxxxxxxxxxxx>
> <26DnrlW8FHA.2100@xxxxxxxxxxxxxxxxxxxxx>
> <99D7C713-671C-4DCA-9A0E-C8F974AC055D@xxxxxxxxxxxxx>
> <vtrxR5X8FHA.3764@xxxxxxxxxxxxxxxxxxxxx>
> | Subject: Re: Need to bypass ISA proxy & open port 2443
> | Date: Fri, 25 Nov 2005 11:12:10 -0500
> | Lines: 199
> | X-Priority: 3
> | X-MSMail-Priority: Normal
> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
> | X-RFC2646: Format=Flowed; Original
> | Message-ID: <O3Uk#rd8FHA.636@xxxxxxxxxxxxxxxxxxxx>
> | Newsgroups: microsoft.public.windows.server.sbs
> | NNTP-Posting-Host: d141-124-147.home.cgocable.net 24.141.124.147
> | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
> | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windows.server.sbs:225539
> | X-Tomcat-NG: microsoft.public.windows.server.sbs
> |
> | Hi,
> |
> | I'm having a similar issue where I need to access a SSL site with port
> 9443.
> | However, after going through the MS article, I'm not sure what to do.
> How
> | do I access the COM object and how do I execute the script?
> |
> | Any help would be much appreciated.
> |
> | Simon
> |
> | "Edward Tian" <v-edtian@xxxxxxxxxxxxxxxxxxxx> wrote in message
> | news:vtrxR5X8FHA.3764@xxxxxxxxxxxxxxxxxxxxxxxx
> | > Hi Mike:
> | > Thanks for your reply.
> | >
> | > I am glad to hear the information provided is helpful. Please feel
> free
> to
> | > post back if you encounter any difficulties in the future.
> | >
> | > Have a nice weekend!
> | >
> | > Best Regards
> | > Edward Tian(MSFT)
> | > Microsoft CSS Online Newsgroup Support
> | >
> | > Get Secure! - www.microsoft.com/security
> | > ======================================================
> | > This newsgroup only focuses on SBS technical issues. If you have
> issues
> | > regarding other Microsoft products, you'd better post in the
> corresponding
> | > newsgroups so that they can be resolved in an efficient and timely
> manner.
> | > You can locate the newsgroup here:
> | > http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
> | >
> | > When opening a new thread via the web interface, we recommend you
> check
> | > the
> | > "Notify me of replies" box to receive e-mail notifications when there
> are
> | > any updates in your thread. When responding to posts via your
> newsreader,
> | > please "Reply to Group" so that others may learn and benefit from your
> | > issue.
> | >
> | > Microsoft engineers can only focus on one issue per thread. Although
> we
> | > provide other information for your reference, we recommend you post
> | > different incidents in different threads to keep the thread clean. In
> | > doing
> | > so, it will ensure your issues are resolved in a timely manner.
> | >
> | > For urgent issues, you may want to contact Microsoft CSS directly.
> Please
> | > check http://support.microsoft.com for regional support phone numbers.
> | >
> | > Any input or comments in this thread are highly appreciated.
> | > ======================================================
> | > This posting is provided "AS IS" with no warranties, and confers no
> | > rights.
> | >
> | > --------------------
> | > | Thread-Topic: Need to bypass ISA proxy & open port 2443
> | > | thread-index: AcXxcM9q2d5MLRSLSMmtJqjjdyD38g==
> | > | X-WBNR-Posting-Host: 71.140.247.134
> | > | From: "=?Utf-8?B?TWlrZUQ=?=" <mobildata.donteatspam@xxxxxxxxxxxxx>
> | > | References: <20E173C2-F957-43BE-844B-669C216D4E6F@xxxxxxxxxxxxx>
> | > <26DnrlW8FHA.2100@xxxxxxxxxxxxxxxxxxxxx>
> | > | Subject: RE: Need to bypass ISA proxy & open port 2443
> | > | Date: Thu, 24 Nov 2005 19:32:06 -0800
> | > | Lines: 100
> | > | Message-ID: <99D7C713-671C-4DCA-9A0E-C8F974AC055D@xxxxxxxxxxxxx>
> | > | MIME-Version: 1.0
> | > | Content-Type: text/plain;
> | > | charset="Utf-8"
> | > | Content-Transfer-Encoding: 7bit
> | > | X-Newsreader: Microsoft CDO for Windows 2000
> | > | Content-Class: urn:content-classes:message
> | > | Importance: normal
> | > | Priority: normal
> | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | > | Newsgroups: microsoft.public.windows.server.sbs
> | > | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> | > | Path:
> TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | > | Xref: TK2MSFTNGXA02.phx.gbl
> microsoft.public.windows.server.sbs:225421
> | > | X-Tomcat-NG: microsoft.public.windows.server.sbs
> | > |
> | > | Yes indeed, I had figured out the problem and now I thank you for
> the
> | > | apparent solution. I shall give it a try on Monday!
> | > |
> | > | Mike
> | > |
> | > |
> | > |
> | > | --
> | > | Eight was enough!
> | > |
> | > |
> | > | "Edward Tian" wrote:
> | > |
> | > | > Hi Mike:
> | > | > Thanks for posting to SBS Newsgroup.
> | > | >
> | > | > Do you mean that you have figured out the problem?
> | > | >
> | > | > Based on my experience, it's a known issue when we view a SSL
> website
> | > on
> | > | > the internet by using a port other than 443. You can refer to this
> KB
> | > | > article to solve this issue:
> | > | >
> | > | > Blank page or page cannot be displayed when you view SSL sites
> through
> | > ISA
> | > | > Server
> | > | > http://support.microsoft.com/?id=283284
> | > | >
> | > | > Please do let me know if you have further concerns.
> | > | >
> | > | > Have a great weekend!
> | > | >
> | > | > Best Regards
> | > | > Edward Tian(MSFT)
> | > | > Microsoft CSS Online Newsgroup Support
> | > | >
> | > | > Get Secure! - www.microsoft.com/security
> | > | > ======================================================
> | > | > This newsgroup only focuses on SBS technical issues. If you have
> | > issues
> | > | > regarding other Microsoft products, you'd better post in the
> | > corresponding
> | > | > newsgroups so that they can be resolved in an efficient and timely
> | > manner.
> | > | > You can locate the newsgroup here:
> | > | > http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
> | > | >
> | > | > When opening a new thread via the web interface, we recommend you
> | > check
> | > the
> | > | > "Notify me of replies" box to receive e-mail notifications when
> there
> | > are
> | > | > any updates in your thread. When responding to posts via your
> | > newsreader,
> | > | > please "Reply to Group" so that others may learn and benefit from
> your
> | > | > issue.
> | > | >
> | > | > Microsoft engineers can only focus on one issue per thread.
> Although
> | > we
> | > | > provide other information for your reference, we recommend you
> post
> | > | > different incidents in different threads to keep the thread clean.
> In
> | > doing
> | > | > so, it will ensure your issues are resolved in a timely manner.
> | > | >
> | > | > For urgent issues, you may want to contact Microsoft CSS directly.
> | > Please
> | > | > check http://support.microsoft.com for regional support phone
> numbers.
> | > | >
> | > | > Any input or comments in this thread are highly appreciated.
> | > | > ======================================================
> | > | > This posting is provided "AS IS" with no warranties, and confers
> no
> | > rights.
> | > | >
> | > | > --------------------
> | > | > | Thread-Topic: Need to bypass ISA proxy & open port 2443
> | > | > | thread-index: AcXwWfdjBrHOcmy+Qt2b2Ri+lysYJQ==
> | > | > | X-WBNR-Posting-Host: 71.140.247.134
> | > | > | From: "=?Utf-8?B?TWlrZUQ=?="
> <mobildata.donteatspam@xxxxxxxxxxxxx>
> | > | > | Subject: Need to bypass ISA proxy & open port 2443
> | > | > | Date: Wed, 23 Nov 2005 10:16:04 -0800
> | > | > | Lines: 9
> | > | > | Message-ID: <20E173C2-F957-43BE-844B-669C216D4E6F@xxxxxxxxxxxxx>
> | > | > | MIME-Version: 1.0
> | > | > | Content-Type: text/plain;
> | > | > | charset="Utf-8"
> | > | > | Content-Transfer-Encoding: 7bit
> | > | > | X-Newsreader: Microsoft CDO for Windows 2000
> | > | > | Content-Class: urn:content-classes:message
> | > | > | Importance: normal
> | > | > | Priority: normal
> | > | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | > | > | Newsgroups: microsoft.public.windows.server.sbs
> | > | > | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> | > | > | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | > | > | Xref: TK2MSFTNGXA02.phx.gbl
> | > microsoft.public.windows.server.sbs:225034
> | > | > | X-Tomcat-NG: microsoft.public.windows.server.sbs
> | > | > |
> | > | > | I need to bypass the ISA proxy for https access to a specific
> set
> of
> | > IPs
> | > | > &
> | > | > | FQDNS. I am unable to view these pages via ISA proxy. If I
> disable
> | > the
> | > | > proxy
> | > | > | client in IE everything works fine. Defining these destinations
> for
> | > | > direct
> | > | > | access in ISA Manager\client setup\browser has no effect. What
> am
> I
> | > | > missing?
> | > | > |
> | > | > |
> | > | > |
> | > | > | --
> | > | > | Eight was enough!
> | > | > |
> | > | >
> | > | >
> | > |
> | >
> |
> |
> |
>


.



Relevant Pages

  • Re: Configured Monitoring with "off-site" email
    ... Microsoft CSS Online Newsgroup Support ... This newsgroup only focuses on SBS technical issues. ... newsgroups so that they can be resolved in an efficient and timely manner. ... any updates in your thread. ...
    (microsoft.public.windows.server.sbs)
  • Re: Configured Monitoring with "off-site" email
    ... I guess I will try the un-install and re-install as suggested by Charles. ... > Microsoft CSS Online Newsgroup Support ... > This newsgroup only focuses on SBS technical issues. ... > newsgroups so that they can be resolved in an efficient and timely manner. ...
    (microsoft.public.windows.server.sbs)
  • Re: Is this a 3-Leg Perimeter scenario?
    ... The errors actually will occur if the traffics go though ISA and we can ... thank you for using Microsoft newsgroup. ... newsgroups so that they can be resolved in an efficient and timely manner. ...
    (microsoft.public.windows.server.sbs)
  • Re: SBS setup fails
    ... Microsoft CSS Online Newsgroup Support ... newsgroups so that they can be resolved in an efficient and timely manner. ... When opening a new thread via the web interface, we recommend you check the ...
    (microsoft.public.windows.server.sbs)
  • Re: 1 Notebook unable to log in
    ... Microsoft CSS Online Newsgroup Support ... This newsgroup only focuses on SBS technical issues. ... newsgroups so that they can be resolved in an efficient and timely manner. ...
    (microsoft.public.windows.server.sbs)