• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Problem while downloading an excel file in https mode

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
When i try to download a excel file i am getting the following error in IE when i access the page in https.
--------------
Internet Explorer cannot download ...<filename> from <100.100.100.100>
Internet Explorer was not able to open this Internet site. The requested site is either unavaliable or cannot be found. Please try again later.
---------------
But i can able to download the same file in http mode
Is there any browser setting that i have to change ?
how to solve this problem.

Thanks & Regards
Nathan
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Internet Explorer 5.0 is not configured properly to download files in secure mode (https).
You will see the following message:
Internet Explorer cannot download my_file.xls from www.my_site.com. The file could not be written to the cache.
To configure Internet Explorer properly, you need to set the Do not save encrypted pages to disk option. Here is how you do it:

Go to the Internet Explorer Tools menu
Select Internet Options...
Select Advanced tab
Scroll down to Security
Check the Do not save encrypted pages to disk option
Note that this problem only occurs with files which require an external viewer, e.g. Word, Excel, or PDF. It does not occur with images and html that are viewed with Internet Explorer itself.
Regards
jagan
 
You have to be odd to be #1 - Seuss. An odd little ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic