Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含 https 链接的 excel 表。我发现 Excel 以一种奇怪的方式建立连接,而我的 openAM 身份验证提供程序没有对我进行身份验证。
当链接直接粘贴到浏览器中时,它会工作。在 Excel 工作表中单击它时,我在 Fiddler 中看到了这种行为:
Result - 200 | Protocol - HTTP | Host: Tunnel to | URL: MyOpenAmURL:443
这是一个已知的问题?
谢谢!
这是 Fiddler ...它告诉您已建立 SSL 连接。
没有 HTTPS 协议,只有 HTTP 协议。
如果您使用 Microsoft Network Monitor(可从 Microsoft 下载),您将看到 SSL 握手消息。
-伯恩哈德