【发布时间】:2014-10-05 04:17:00
【问题描述】:
在 Galaxy S3/4 上通过 https 下载仅显示“正在进行”一段时间,然后最终失败。
我在 IIS7 中创建了一个包含 2 个文件的新站点:“pdf.pdf”和“index.html”。我已经为 http 和 https(自签名证书)将站点的绑定设置为 static.local.com,并且我的主机文件将 static.local.com 指向 127.0.0.1。
index.html 的内容
<html>
<head></head>
<body>
<a href="https://static.local.com/pdf.pdf" target="_blank">link</a>
<a href="http://static.local.com/pdf.pdf" target="_blank">link</a>
</body>
</html>
只有 http 链接适用于 Galaxy S3/4。此方案也已使用有效的 SSL 证书进行了测试。我看到这个问题发布在整个互联网上,人们在通过 https 下载 pdf 时遇到问题,但希望有人有一个不涉及使用其他浏览器的解决方法,下载适用于 Opera-mini。
【问题讨论】:
标签: android mobile iis-7 https samsung-mobile