All Products
Search
Document Center

Elastic Compute Service:What do I do if I cannot update the operating system of a Windows ECS instance and the 0x80d02002 error occurs after I configure an Internet Explorer proxy?

Last Updated:Jul 24, 2024

This topic describes how to resolve the issue that you cannot update the operating system of a Windows Elastic Compute Service (ECS) instance and the 0x80d02002 error occurs after you configure an Internet Explorer proxy on the instance.

Problem description

After you configure an Internet Explorer proxy on a Windows ECS instance, you cannot update the operating system of the instance and the 0x80d02002 error occurs, as shown in the following figure.

image

Cause

The Internet Explorer proxy may cause errors in the Microsoft Windows HTTP Services (WinHTTP) proxy configurations.

Solutions

If the Internet Explorer proxy runs as expected, you can synchronize the Internet Explorer proxy configurations to the WinHTTP proxy configurations to resolve Windows update failures caused by errors in the WinHTTP proxy configurations. For more information, see the Solution 1: Synchronize the Internet Explorer proxy configurations to the WinHTTP proxy configurations section of this topic.

Note

You must use Internet Explorer to access websites or services that require a proxy based on your business environment to ensure that the proxy runs as expected.

If you no longer want to retain the Internet Explorer and WinHTTP proxy configurations or the preceding issue is unresolved after you synchronize the Internet Explorer proxy configurations to the WinHTTP proxy configurations, you can cancel the Internet Explorer and WinHTTP proxy configurations. This way, the Windows Update service is not affected by the proxy configurations. For more information, see the Solution 2: Cancel the proxy configurations section of this topic.

Solution 1: Synchronize the Internet Explorer proxy configurations to the WinHTTP proxy configurations

  1. Connect to the Windows ECS instance.

    For more information, see Connect to a Windows instance by using a password or key.

  2. Open the Command Prompt window.

    1. Right-click the Dingtalk_20210510142550.jpg icon and select Run.

    2. In the Run dialog box, enter cmd.

    3. Click OK.

      The Command Prompt window appears.

  3. Run the following command to synchronize the Internet Explorer proxy configurations to the WinHTTP proxy configurations:

    netsh.exe winhttp import proxy source=ie
  4. Update the Windows operating system. If the Windows operating system is updated, the preceding issue is resolved.

Solution 2: Cancel the proxy configurations

  1. Connect to the Windows ECS instance.

    For more information, see Connect to a Windows instance by using a password or key.

  2. Open the Command Prompt window.

    1. Right-click the Dingtalk_20210510142550.jpg icon and then Run.

    2. In the Run dialog box, enter cmd.

    3. Click OK.

      The Command Prompt window appears.

  3. Run the following command to cancel the WinHTTP proxy configurations:

    netsh.exe winhttp reset proxy
  4. Cancel the Internet Explorer proxy configurations.

    1. Open Internet Explorer.

    2. Click the Tools icon in the upper-right corner of the page and select Internet options.

    3. In the Internet Options dialog box, click the Connections tab and then LAN settings.

    4. In the Local Area Network (LAN) Settings dialog box, clear the Use a proxy server for your LAN option and click OK.

  5. Update the Windows operating system. If the Windows operating system is updated, the preceding issue is resolved.