Google Omaha installer hangs

Viewed 353

I'm trying to get Google Omaha to work, and even though I feel I'm really close for some reason it is not.

I've read the few guides and tutorials available online for it and finally managed to get the client built. I've also installed the docker package provided by Crystalnix and as far as I can tell everything is setup as it should.

For some reason however the installation process gets stuck after the API request for the package information is made.

The last response from the server looks as follows:

<response protocol="3.0" server="prod">
  <daystart elapsed_seconds="62157" elapsed_days="4372"/>
  <app status="ok" appid="{XXX-XXX-XXX}">
    <updatecheck status="ok">
      <urls>
        <url codebase="http://updates.example.com/static/media/build/Product/stable/win/78065329307666/"/>
      </urls>
      <manifest version="71.0.57.18">
        <packages>
          <package required="true" hash="6uZwsU9+WCZ1oR3ovGnFyrTCqhM=" name="install.exe" size="59309528"/>
        </packages>
        <actions>
          <action successsaction="default" run="install.exe" event="install"/>
        </actions>
      </manifest>
    </updatecheck>
  </app>
</response>

After this request is being retried for three times the installer hangs with this error: Unable to connect to the Internet. If you use a firewall, please whitelist ProductUpdate.exe

What could the issue for this be?

LE: this is the complete Omaha log file https://pastebin.com/QALnk7X7

0 Answers
Related