Re: Trend Micro and Proxy Server



That's not very 'cheers', actually - it's always worked before ;-(.

Even if you close and re-open IE?

How about deleting all temporary files in IE. Dang, it's gotta be something
simple.

--
Les Connor [SBS Community Member - SBS MVP]
-----------------------------------------------------------
SBS Rocks !
----------------------
"Tell me and I'll forget. Show me and I'll remember. Involve me and I'll
understand." - Confucius


"Bill Glidden" <billyg1943@xxxxxxxxxxx> wrote in message
news:%2344m2tvPGHA.720@xxxxxxxxxxxxxxxxxxxxxxx
Hi Les,

Have already tried that. The only ting that works is to remove the tick
from "use a proxy server" in IE. Adding the URL to the excluded sites has
no effect.

Cheers,
Bill

"Les Connor [SBS Community Member - SBS MVP]" <les.connor@xxxxxxxxxxxx>
wrote in message news:OUYVIPtPGHA.2448@xxxxxxxxxxxxxxxxxxxxxxx
Hi Bill,

This should work.


As a test, remove the tick from "use a proxy server" in IE - if that
works then add the https://server.domain.com URL to the excluded sites in
IE's use proxy settings.

If you're not using ssl, leave off the "s" in https.

--
Les Connor [SBS Community Member - SBS MVP]
-----------------------------------------------------------
SBS Rocks !
----------------------
"Tell me and I'll forget. Show me and I'll remember. Involve me and I'll
understand." - Confucius


"Bill Glidden" <billyg1943@xxxxxxxxxxx> wrote in message
news:eQLan3lPGHA.3260@xxxxxxxxxxxxxxxxxxxxxxx
Hi Les,

Access is from server console. Have not tried connecting with a client
PC but will try when I finish the swing migration this weekend.

Neither 'bypass proxy server... " nor adding the site to the
'Exceptions... ' under the Advanced proxy setting makes a difference. I
can see the error generated is coming from the proxy server regardless.
Below is what I posted on this subject previously:

'Management console all but unusable due
to slowness of loading pages or only loading part pages.Keep getting
error
code 10061: connection refused. I can get pages by refreshing a couple
of
times but this is really slow and painful. Has anyone else experienced
this
and/or have any ideas as to why this is happening?'

I spent hours on the phone with TM support and nothing we tried made any
difference. I have sort of given up on finding a solution other than to
just turn off the proxy in the server's IE settings.

Bill

"Les Connor [SBS Community Member - SBS MVP]" <les.connor@xxxxxxxxxxxx>
wrote in message news:O%23SXc9kPGHA.2080@xxxxxxxxxxxxxxxxxxxxxxx
Are you accessing this from a client computer, the server, or both?

How about 'bypass proxy server for local addresses' in the lan settings
of IE. Something to that effect - if it doesn't work I'll have to go
look at a system ;-).

--
Les Connor [SBS Community Member - SBS MVP]
-----------------------------------------------------------
SBS Rocks !
----------------------
"Tell me and I'll forget. Show me and I'll remember. Involve me and
I'll understand." - Confucius


"Bill Glidden" <billyg1943@xxxxxxxxxxx> wrote in message
news:ujTSI9aPGHA.3896@xxxxxxxxxxxxxxxxxxxxxxx
Hi Les,

The product is fully functional except for the Manager web site. The
manager web site is a separate VW site on port 8085. Web site works
perfectly if I configure server's IE to not use proxy server. This
gets clobbered whenever i run CEICW whenI have to go and manually
disable again.

Cheers,
Bill

"Les Connor [SBS Community Member - SBS MVP]"
<les.connor@xxxxxxxxxxxx> wrote in message
news:%23ZVhJ9WPGHA.3100@xxxxxxxxxxxxxxxxxxxxxxx
Hi Bill,

What's the problem you're having with this, as it relates to the
Trend product?

With ISA, the server will use the proxy port 8080 to go to the
internet. Is the issue that the product won't update? Or, is the
issue one of you getting to the console? Where is the Officescan web
site located (default, or seperate VW), and what port?



--
Les Connor [SBS Community Member - SBS MVP]
-----------------------------------------------------------
SBS Rocks !
----------------------
"Tell me and I'll forget. Show me and I'll remember. Involve me and
I'll understand." - Confucius


"Bill Glidden" <billyg1943@xxxxxxxxxxx> wrote in message
news:en%23OOROPGHA.984@xxxxxxxxxxxxxxxxxxxxxxx
Hi Crina,

What I am trying to do is disable the web proxy for the SBS only.
Is this possible?

Cheers,
Bill

""Crina Li"" <v-crinal@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:khj$%23iNPGHA.7508@xxxxxxxxxxxxxxxxxxxxxxxx
Hi Bill,

Thank you for posting in SBS newsgroup.

From the description, I understand that you are using the SBS
Server with
ISA 2004 installed and the web Proxy settings will be set to point
to the
SBS Server. If I have misunderstood your concerns, please do not
hesitate
to let me know.

Based on my knowledge, in SBS 2003 environment, there could be
several
methods to push the proxy setting to the client computers. For
example, we
always use ''Connect computers'' program to automatically configure
the
client computers. After the connect computers procedure, the proxy
setting
will be found in the IE options.

The problem may also occur if the entry in the Install.ins is not
accurate.
Actually in SBS 2003, we have a place to specify the Web Proxy
settings. A
file named Install.ins can be located at SBS's
\\localhost\clients\Setup.
It contains the configuration settings for Internet Explorer on the
client.
At setup time, this file is configured so that the server name is
passed in
to the %sbsserver% variable in the original Install.ins template
file. In
addition, this file is customized so that the enumerated links are
based on
the selection of a server side component. The settings will be
retrieved
when the client computer logs on with the login script running.

HTTP_Proxy_Server=http://%sbsserver%:8080 HTTP proxy address
FTP_Proxy_Server=http://%sbsserver%:8080 FTP proxy address
Gopher_Proxy_Server=http://%sbsserver%:8080 Gopher proxy address
Secure_Proxy_Server=http://%sbsserver%:8080 Secure proxy address
Use_Same_Proxy=1 Use the same proxy server for all protocols
Proxy_Enable=1 Enable proxy server
Proxy_Override=<local> Bypass proxy server for local addresses
AutoDetect=0 LAN Settings: Automatically detect settings

To eliminate the proxy settings for your client computers, you can
make the
"[Proxy]" section like the following:

HTTP_Proxy_Server=
FTP_Proxy_Server=
Gopher_Proxy_Server=
Secure_Proxy_Server=
Use_Same_Proxy=0
Proxy_Enable=0
Proxy_Override=0
AutoDetect=0 0

Then the clients will not get the IE settings.

This is the SBS 2003 feature however we also have another place to
specify
IE proxy settings - Group Policy. Therefore if the issue still
occurs I
suggest you check if you have specified IE proxy settings in a
Group Policy
Object. To do so:

1. Click Start->Run, type mmc and click OK.
2. Click Console->Add/Remove Snap-in.
3. Click Add, select "Group Policy" and click Add.
4. Click Browse, select "Default Domain Policy" and click OK.
5. Click Finish. Click Close and click OK.
6. Expand to User Configuration\Windows Settings\Internet Explorer
Maintenance\Connection, double click the "Proxy Settings" policy
and make
sure it is not configured.
7. You can use the same steps to check other Group Policy objects.

Please refer to the following article for more information:

325342 HOW TO: Use Group Policy to Configure Advanced Settings for
Internet
http://support.microsoft.com/?id=325342

Please do not hesitate to let me know if you have any further
concerns.

I appreciate your time and look forward to hearing from you.

Best regards,

Crina Li (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: "Bill Glidden" <billyg1943@xxxxxxxxxxx>
| Subject: Trend Micro and Proxy Server
| Date: Wed, 1 Mar 2006 09:38:11 +1000
| | Newsgroups: microsoft.public.windows.server.sbs
| |
| Is there a way to permanently prevent IE on the sbs server from
using the
| web proxy? I find this is the only way I can run TM CSM Suite
2.0 on a
| particular SBS 2003 SP1 Premium with ISA 2004. It is not enough
to make
an
| exception for the TM site. Every time I run CEICW the IE
conection
settings
| revert to using the Proxy which is a nuisance.
|
|
|

















.



Relevant Pages

  • Re: Trend Micro and Proxy Server
    ... Les Connor [SBS Community Member - SBS MVP] ... from "use a proxy server" in IE. ... remove the tick from "use a proxy server" in IE - if that ... than to just turn off the proxy in the server's IE settings. ...
    (microsoft.public.windows.server.sbs)
  • Re: Trend Micro and Proxy Server
    ... Access is from server console. ... ' under the Advanced proxy setting makes a difference. ... just turn off the proxy in the server's IE settings. ... Les Connor [SBS Community Member - SBS MVP] ...
    (microsoft.public.windows.server.sbs)
  • Re: Trend Micro and Proxy Server
    ... remove the tick from "use a proxy server" in IE - if that works ... Les Connor [SBS Community Member - SBS MVP] ... just turn off the proxy in the server's IE settings. ...
    (microsoft.public.windows.server.sbs)
  • Re: Trend Micro and Proxy Server
    ... the server will use the proxy port 8080 to go to the internet. ... Les Connor [SBS Community Member - SBS MVP] ... we have a place to specify the Web Proxy settings. ...
    (microsoft.public.windows.server.sbs)
  • Re: Trend Micro and Proxy Server
    ... remove the tick from "use a proxy server" in IE - if that works ... Les Connor [SBS Community Member - SBS MVP] ... just turn off the proxy in the server's IE settings. ...
    (microsoft.public.windows.server.sbs)