An error occurred while uploading files to the cache when downloading HTTPS from IE.

Source: Internet
Author: User

Cause:

When IE communicates with secure WEB sites through SSL, IE enforces any No-Cache request,
If a header exists, IE does not cache the file, so Office cannot open remote SSL to the file, and IE does not
Download method. Because IE must save the file to the local cache directory and associate it with the application through
IPersistFIle: Load the file. If the file is not found on the local disk, this operation will fail!

Server-based solutions:

You must allow this operation to delete the No-cache header on the Web site.

If it is based on IIS, you can directly create a configuration file. Because our company's system is not in the IIS architecture, this
Omitted

Client-based solutions:

Manually Open Regedit and add the following DWORD entries to the client Registry tree
BypassSSLNoCacheCheck, with the value set to 1 (restart the computer after the setting is complete );

The code is as follows: Copy code

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Internet
Settings \ BypassSSLNoCacheCheck

Quick response:

Copy the following code and save it as SSLNoCacheCheck. reg. Double-click to import it:

The code is as follows: Copy code


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Internet Settings]
"BypassSSLNoCacheCheck" = dword: 00000001

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.