This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Connection reset by peer (expecially in microsoft update)

Hello, 
I noticed a lot of errors in windows update requests, such as:

2012:05:07-09:43:25 MYFIREWALL httpproxy[6657]: id="0002" severity="info" sys="SecureWeb" sub="http" name="web request blocked" action="block" method="CONNECT" srcip="192.168.***.***" dstip="65.54.51.253" user="" statuscode="500" cached="0" profile="REF_MMGJijtmdO (Profilo Internal Standard Mode)" filteraction="REF_DefaultHTTPCFFAction (Default content filter action)" size="127684" request="0xa1165f0" url="www.update.microsoft.com/" exceptions="av,auth,content,url,ssl,certcheck,certdate,mime,cache,fileextension" error="Connection reset by peer"


Notice that my asg is set to not scan HTTPS traffic. Any ideas?

Thanks
eclipse79


This thread was automatically locked due to age.
Parents
  • The profile says that it's in "Standard" mode, so the proxy is handling the traffic.  It looks like you'll need to add ^https?://www\.update\.microsoft\.com to 'Exceptions' in 'Proxy Settings' in your client so that it doesn't try to use the proxy for accesses to that site.

    Oops!  See Post # 4 below!

    Cheers - Bob
Reply
  • The profile says that it's in "Standard" mode, so the proxy is handling the traffic.  It looks like you'll need to add ^https?://www\.update\.microsoft\.com to 'Exceptions' in 'Proxy Settings' in your client so that it doesn't try to use the proxy for accesses to that site.

    Oops!  See Post # 4 below!

    Cheers - Bob
Children
  • The profile says that it's in "Standard" mode, so the proxy is handling the traffic.  It looks like you'll need to add ^https?://www\.update\.microsoft\.com to 'Exceptions' in 'Proxy Settings' in your client so that it doesn't try to use the proxy for accesses to that site.

    Cheers - Bob


    Hi Bob!
    I have an exception for microsoft (it is a default entry):

    Microsoft Windows Update [Allows Windows Update without content scanning side effects.]
    Skipping: Antivirus / Extension blocking / MIME type blocking / URL Filter / Content Removal / SSL scanning / Certificate Trust Check / Certificate Date Check
    Matching these URLs: ^https?://([A-Za-z0-9.-]*\.)?windowsupdate\.com/
    ^https?://([A-Za-z0-9.-]*\.)?microsoft\.com/

    [:S]