What do I need to do to make Excel access a Web Query via HTTPS?
问题 I'm trying to implement a page that allows Excel users to use the data it provides via the Web Query feature provided by Excel. It's all working out pretty nicely, as long as I use HTTP (even BASIC user authentication works). As soon as I switch that over to HTTPS Excel won't download the data anymore (it's even a fully official SSL certificate, so it's not a problem with a self-signed one). This Microsoft knowledge base article pretty much describes the problem. Now the part that makes me