Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Windows Small Business Server > Website browsing problem

Reply
Thread Tools Display Modes

Website browsing problem

 
 
mcseman
Guest
Posts: n/a

 
      06-15-2010
Hi All

We have an engineering client who cannot connect to one particular website
www.schydraulic.com

Client network setup:
SBS 2003 Premium, ISA 2004, 2 nics.

Internet--->Ext nic 192.168.0.2-->Int nic 192.168.16.2--->Internal network

Client installation was carried out over 3 years ago and they have had no
other browsing issues except this one website they have only recently
neededaccess to.
Cannot connect to this site from any workstation or SBS server.

We have another client who has an identical SBS setup and they can access
this website.

I have setup logging in isa and returns the following when trying this
website:

Failed connection attempt Web proxy (forward)

10060 A connection attempt failed because the party did not respond properly
after a period of time
or established connection failed because connection host has failed to
respond.

I have done the usual things of checking dns, pinging the site which
resolves ok, checked the isa access rules for anything that could cause this
problem and have now run out of ideas.

I would be very grateful for help with this.

Thanks,

David

 
Reply With Quote
 
 
 
 
Robbin Meng [MSFT]
Guest
Posts: n/a

 
      06-16-2010

Hello Daivd,

Thanks for your post.

1. Can you ping schydraulic.com from workstation or from SBS server? Then how about using http://DestinationServerIP to access that website?
If you can use http://DestinationServerIP to access that website, please add a HOST record in your HOST file to force DNS name resolution. Also, add *.schydraulic.com to your IE trusted website list(or
use other web browser instead of IE to try)

NsLookup tool:
http://network-tools.com/nslook/Default.asp


2. What device is connected in front of your SBS external NIC? Do you have any hardware router or firewall placed between the SBS server and the public Internet?
If there is any, please DOUBLE confirm that no rules or blacklist are used to block this (or this kind of )website.


BTW, try to check and delete the Web Cache on ISA server to have a try:
--------------------
Please refer to the following articles steps to delete the old website cached file.

How to Delete the Web Cache on Internet Security and Acceleration Server
http://support.microsoft.com/kb/301471/en-us

How to delete the Web cache in Internet Security and Acceleration (ISA) Server 2006 or in ISA Server 2004
http://support.microsoft.com/kb/838248/en-us

Hope this helps.


Best regards,
Robbin Meng(MSFT)
Microsoft Online Newsgroup Support


 
Reply With Quote
 
mcseman
Guest
Posts: n/a

 
      06-16-2010

Hi Robbin
Thank you very much for your reply.
In answer to your questions:

I can ping the website schydraulic.com.
I cannot access the site using http://ip address. I receive the same timout
10060 error.

I have tried 2 other browsers (Firefox and opera) to access the site with
the same error.
We have a netgear DG834 adsl modem router in front of the sbs server which
has caused no errors in the past 3 years of operation.
I have checked both isa rules and the netgear firewall rules for anything
connected to this site and there are none.
The isa server is not configured for web caching.

Hope this provides the informatiom you need.

Best regards

David

""Robbin Meng [MSFT]"" wrote:

>
> Hello Daivd,
>
> Thanks for your post.
>
> 1. Can you ping schydraulic.com from workstation or from SBS server? Then how about using http://DestinationServerIP to access that website?
> If you can use http://DestinationServerIP to access that website, please add a HOST record in your HOST file to force DNS name resolution. Also, add *.schydraulic.com to your IE trusted website list(or
> use other web browser instead of IE to try)
>
> NsLookup tool:
> http://network-tools.com/nslook/Default.asp
>
>
> 2. What device is connected in front of your SBS external NIC? Do you have any hardware router or firewall placed between the SBS server and the public Internet?
> If there is any, please DOUBLE confirm that no rules or blacklist are used to block this (or this kind of )website.
>
>
> BTW, try to check and delete the Web Cache on ISA server to have a try:
> --------------------
> Please refer to the following articles steps to delete the old website cached file.
>
> How to Delete the Web Cache on Internet Security and Acceleration Server
> http://support.microsoft.com/kb/301471/en-us
>
> How to delete the Web cache in Internet Security and Acceleration (ISA) Server 2006 or in ISA Server 2004
> http://support.microsoft.com/kb/838248/en-us
>
> Hope this helps.
>
>
> Best regards,
> Robbin Meng(MSFT)
> Microsoft Online Newsgroup Support
>
>
> .
>

 
Reply With Quote
 
Robbin Meng [MSFT]
Guest
Posts: n/a

 
      06-17-2010

Hi David,

Thanks for your prompt reponse.

Since you can ping the "schydraulic.com" and we got the same error using http://ip address, it should not be a DNS resolution or website blocking issue, but more likely a Network connection time-
out issue.

Cause of "10060 - Connection timeout":
========================================
This behavior may occur when the Web Proxy service connection settings do not allow enough time to receive a response from the destination Web site before the service closes the connection.

By default, the Web Proxy service waits for 60 seconds on initial connection attempts to a Web site and all later "GET" requests for a response from the server, and it waits 120 seconds before it
times out idle socket connections.


Suggestions:
========================================
To resolve this issue, follow these steps:

Step 1: Troubleshoot the Web Proxy Connection
Determine if this issue occurs only when the Web Proxy service is used. To do this, install the Winsock Proxy Client on the client computer, disable the Web Proxy settings (under Local Area Network
[LAN] settings on the Connections tab of the Internet Options dialog box), and then try to go to the Web site where you experience the problem. If you can reach the site successfully, the problem is
with the Web Proxy timeout settings. If so, go to the next step.


Step 2: Increase the Web Proxy Timeout Settings
To increase the amount of time that the Web Proxy service waits before it closes idle sessions, follow these steps:

1.
Click Start , click Run , type regedit in the Open box, and then click OK .
2. Navigate to the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W3Proxy\Parameters
3. In the right pane of Registry Editor, right-click RequestTimeoutSecs , and then click Modify .
4. Click Decimal , and then type the number of seconds that you want the Web Proxy service to wait for a response before it returns an error message. A recommended value for this setting is
180 or more.
5. Click OK , and then restart the World Wide Web Publishing service. To restart this service:
a. Click Start , click Run , type cmd in the Open box, and then click OK .
b. Type net stop iisadmin /y , and then press ENTER.
c. When the service has stopped successfully, type net start iisadmin /y , and then press ENTER.

Note You may have to restart additional dependent services that were stopped together with the IIS Admin Service.

6. Test the new settings from a client computer that is configured to use the Web Proxy service: try to go to the Web site where you experienced the problem. If the issue is not resolved, go to the
next step.
7. If you still experience the timeout problems, start Registry Editor (if it is not already started), and then navigate to the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W3Proxy\Parameters
8. In the right pane of Registry Editor, right-click SocketIoTimeoutSecs , and then click Modify .
9. Click Decimal , and then type a value of 300 (or more) in the Value data box.

Note This is the time in seconds that the Web Proxy service will wait before ending idle socket connections.
10. Restart the World Wide Web Publishing service.
11. Test the new settings from a client computer that is configured to use the Web Proxy service: try to go to the Web site where you experienced the problem. If the issue is not resolved, go to the
next step.
12. Add the TcpMaxDataRetransmissions value to the Windows registry. For additional information about how to add and configure this value, click the following article number to view the article
in the Microsoft Knowledge Base:
KB191143 10060 Connection Timed Out Error with Proxy Server on Slow Link


Please take your time to have a try. Also, if you have any questions or concerns, please do not hesitate to let me know.



Best regards,
Robbin Meng(MSFT)
Microsoft Online Newsgroup Support
================================================== ================
This posting is provided "AS IS" with no warranties, and confers no rights.
================================================== ================



 
Reply With Quote
 
mcseman
Guest
Posts: n/a

 
      06-17-2010
Hi Robin

Thanks again for your reply. I will follow your suggestions and report back.

Regards

David

""Robbin Meng [MSFT]"" wrote:

>
> Hi David,
>
> Thanks for your prompt reponse.
>
> Since you can ping the "schydraulic.com" and we got the same error using http://ip address, it should not be a DNS resolution or website blocking issue, but more likely a Network connection time-
> out issue.
>
> Cause of "10060 - Connection timeout":
> ========================================
> This behavior may occur when the Web Proxy service connection settings do not allow enough time to receive a response from the destination Web site before the service closes the connection.
>
> By default, the Web Proxy service waits for 60 seconds on initial connection attempts to a Web site and all later "GET" requests for a response from the server, and it waits 120 seconds before it
> times out idle socket connections.
>
>
> Suggestions:
> ========================================
> To resolve this issue, follow these steps:
>
> Step 1: Troubleshoot the Web Proxy Connection
> Determine if this issue occurs only when the Web Proxy service is used. To do this, install the Winsock Proxy Client on the client computer, disable the Web Proxy settings (under Local Area Network
> [LAN] settings on the Connections tab of the Internet Options dialog box), and then try to go to the Web site where you experience the problem. If you can reach the site successfully, the problem is
> with the Web Proxy timeout settings. If so, go to the next step.
>
>
> Step 2: Increase the Web Proxy Timeout Settings
> To increase the amount of time that the Web Proxy service waits before it closes idle sessions, follow these steps:
>
> 1.
> Click Start , click Run , type regedit in the Open box, and then click OK .
> 2. Navigate to the following registry subkey:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W3Proxy\Parameters
> 3. In the right pane of Registry Editor, right-click RequestTimeoutSecs , and then click Modify .
> 4. Click Decimal , and then type the number of seconds that you want the Web Proxy service to wait for a response before it returns an error message. A recommended value for this setting is
> 180 or more.
> 5. Click OK , and then restart the World Wide Web Publishing service. To restart this service:
> a. Click Start , click Run , type cmd in the Open box, and then click OK .
> b. Type net stop iisadmin /y , and then press ENTER.
> c. When the service has stopped successfully, type net start iisadmin /y , and then press ENTER.
>
> Note You may have to restart additional dependent services that were stopped together with the IIS Admin Service.
>
> 6. Test the new settings from a client computer that is configured to use the Web Proxy service: try to go to the Web site where you experienced the problem. If the issue is not resolved, go to the
> next step.
> 7. If you still experience the timeout problems, start Registry Editor (if it is not already started), and then navigate to the following registry subkey:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W3Proxy\Parameters
> 8. In the right pane of Registry Editor, right-click SocketIoTimeoutSecs , and then click Modify .
> 9. Click Decimal , and then type a value of 300 (or more) in the Value data box.
>
> Note This is the time in seconds that the Web Proxy service will wait before ending idle socket connections.
> 10. Restart the World Wide Web Publishing service.
> 11. Test the new settings from a client computer that is configured to use the Web Proxy service: try to go to the Web site where you experienced the problem. If the issue is not resolved, go to the
> next step.
> 12. Add the TcpMaxDataRetransmissions value to the Windows registry. For additional information about how to add and configure this value, click the following article number to view the article
> in the Microsoft Knowledge Base:
> KB191143 10060 Connection Timed Out Error with Proxy Server on Slow Link


>
>
> Please take your time to have a try. Also, if you have any questions or concerns, please do not hesitate to let me know.
>
>
>
> Best regards,
> Robbin Meng(MSFT)
> Microsoft Online Newsgroup Support
> ================================================== ================
> This posting is provided "AS IS" with no warranties, and confers no rights.
> ================================================== ================
>
>
>
> .
>

 
Reply With Quote
 
Robbin Meng [MSFT]
Guest
Posts: n/a

 
      06-18-2010

You are welcome David. For your convenience, the detailed steps can be found in KB811087:

"10060 Connection Timed Out" Error Message When You Try to Connect to Certain Web Sites
http://support.microsoft.com/kb/811087/en-us

Please take your time to have a try.


Best regards,
Robbin Meng(MSFT)
Microsoft Online Newsgroup Support



 
Reply With Quote
 
mcseman
Guest
Posts: n/a

 
      06-21-2010
Hi Robbin
Just to update, we have found that this website blocks access from our ISP.
We are going to contact them to remove this restriction,
Thanks again for your help.

David

""Robbin Meng [MSFT]"" wrote:

>
> You are welcome David. For your convenience, the detailed steps can be found in KB811087:
>
> "10060 Connection Timed Out" Error Message When You Try to Connect to Certain Web Sites
> http://support.microsoft.com/kb/811087/en-us
>
> Please take your time to have a try.
>
>
> Best regards,
> Robbin Meng(MSFT)
> Microsoft Online Newsgroup Support
>
>
>
> .
>

 
Reply With Quote
 
Robbin Meng [MSFT]
Guest
Posts: n/a

 
      06-22-2010


Hi David,

You are welcome. Glad to know you found the root cause and thanks for informing me the results.

Please do not hesitate to post in SBS forum if you need any assistance in the future.

Have a good day.


Best regards,
Robbin Meng(MSFT)
Microsoft Online Newsgroup Support


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What's wrong with my live.com account? Michael Elliott Windows Live Mail 43 1 Week Ago 09:36 PM
WLM Get faultcode: Windows Live Communication Platform has stoped working Masse Borglund Windows Live Messenger 21 03-28-2010 12:41 AM
Cannot open website from Windows - very strange problem! Luc Windows Vista General Discussion 6 12-28-2009 01:24 PM
Re: Permissions problem with internal website viewable over internet Steve Foster Windows Small Business Server 1 12-03-2009 06:57 PM
windows explorer not responding after right clicking - error Woodzys Windows Vista General Discussion 4 11-07-2009 12:47 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59