We are using Aspose.Words to generate word docs on the fly. This works well over http, but over an SSL connection it does not work. Instead, we get an error that says:
Internet Explorer cannot download … {part of the URL} from {www.oursite}. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Try again later.
Miklovan, we are currently experiencing the same problem. Here is a code snippet showing the method we’re using to return a word document to the client. This code works fine for HTTP, but not for HTTPS.
This works absolutely fine in my tests via HTTPS. There must be something wrong with your configuration or code and I have no ideas what.
I installed a self signed certificate on a sever (I had to use a different port, not 443 because it is used for other server), installed Aspose.Words and compiled the the Aspose.Words.Demos project.
I then tried side by side normal HTTP and HTTPS in different browser windows:
I believe this is an Internet Explorer only problem (bug). It has to do with how IE caches the document over https (I assume you are not caching the file). I don’t remember the workaround, but you should be able to find it after searching.