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

Yum, Up2date and WUS Services not working behind HTTP transparent proxy

Yum, Up2date and Windows Update Server Services don't work when we use the HTTP proxy in transparent mode.

Yum and Up2date are used every day on our servers and we also have a central windows update server for the xp workstations.

Since the HTTP proxy has been implemented, these three services fail. Un fortunately, we have to use the transparent HTTP proxy so I need to find a workaround to have those three services work again.

Thanks.


This thread was automatically locked due to age.
Parents
  • It's probably related to the fact that the proxy doesn't handle HTTP Range requests (try searching for "http range"). Have you opened a trouble ticket with Astaro?
  • Thanks for the hint. I have not opened a ticket yet. Let's hope they have a solution.
  • Hope you are share the reply as I believe many people experience this problem.

    From past post, I recall it is because Microsoft used BITS to transfer and not the standard HTTP thus transparent proxy have issue.

    I added the following Host ( Multi DNS Entries) into Network Definition 
    Add them all to a Network Group.
    Put this Group in Skip Source / Destination.

    I am Not very confident this is the complete list as it seems to get XP OS Updates but not the Office Updates.

    For others who have superior support from Microsoft should get the list of host to by pass proxy and share with all.

    This is what I have currently.


    windowsupdate.microsoft.com
    update.microsoft.com
    windowsupdate.com
    download.windowsupdate.com
    download.microsoft.com
    wustat.windows.com
    ntservicepack.microsoft.com
  • This is what I did too. I've also added my WSUS Server to the Skip Source / Destination List, but I'm still having issues downloading WSUS content...
    As for YUM and Up2date, I've added a list of mirrors used by RedHat and CentOS to the HTTP proxy whitelist and it has resolved the problem.
  • As M$ is always using cutting-edge features of its own products it is loosing compatibility with others:
    BITS 2.0 is using some HTTP requests that squid in this version doesn't understand, you have to use the WSUSDebugTool and set a parameter like "disableforegrounddownload" or enable "backgrounddownload" or something like that. Use your favourite search engine, I cannot recall the exact parameter right now.
    If you want to, I can clear things up tomorrow...
Reply
  • As M$ is always using cutting-edge features of its own products it is loosing compatibility with others:
    BITS 2.0 is using some HTTP requests that squid in this version doesn't understand, you have to use the WSUSDebugTool and set a parameter like "disableforegrounddownload" or enable "backgrounddownload" or something like that. Use your favourite search engine, I cannot recall the exact parameter right now.
    If you want to, I can clear things up tomorrow...
Children