ssl、silverlight、wcf 和本地安装

发布于 2024-12-19 16:03:23 字数 315 浏览 1 评论 0原文

我正在尝试在本地安装 silverlight 程序,并且仍然能够通过 ssl 访问 wcf 数据服务。当我在浏览器中运行应用程序时,一切正常。当我在没有 ssl 的情况下从浏览器运行应用程序时,一切正常。当我使用 ssl 运行应用程序 OoB 时,出现“未找到”错误。当我运行 fiddler 并重试时,一切正常。我猜测该程序在 OoB 时无法正确解密或发送 ssl 流量,因为当 fiddler 为其执行此操作时,该应用程序工作正常。当我将 VS 附加到服务器时,我也没有遇到服务器上的任何异常或断点(这让我认为发送有问题)。关于我下一步应该做什么有什么想法吗?另外,我使用的是自签名证书,这会是一个问题吗?谢谢!

I'm trying to get a silverlight program to install locally and still be able to access wcf data services over ssl. When I run the application in browser, everything works fine. When I run the application out of browser without ssl everything works fine. When I run the application OoB with ssl, I get a "Not Found" error. When I run fiddler and retry, everything works fine. I'm guessing that the program isn't correctly decrypting or sending the ssl traffic when OoB since when fiddler does it for it, the application works fine. I'm also not hitting any exceptions or break points on the server when I attach VS to it (this makes me think there is a problem with the send). Any ideas on what my next step should be? Also, I am using a self signed certificate, could this be an issue? THANKS!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉风有信 2024-12-26 16:03:23

有没有人找到这个问题的解决方案?或者 silverlight 在 OOB 模式下不能与 SSL 一起工作吗?

请参阅此链接以供参考:

http://msdn。 microsoft.com/en-us/library/dd920295(v=vs.95).aspx

基本上它说:

浏览器堆栈支持客户端证书,但浏览器堆栈不支持
客户端堆栈。目前存在一个问题(至少对于我们来说)
应用程序)阻止客户端证书工作,即使使用
浏览器堆栈(如果您处于受信任的浏览器外模式)。

Has anyone found a resolution for this issue? Or does silverlight just not work with SSL in OOB mode??

See this link for reference:

http://msdn.microsoft.com/en-us/library/dd920295(v=vs.95).aspx

basically it says:

Client certificates are supported by the browser stack, but not by the
client stack. And there is currently an issue that (at least for our
application) prevents client certificates from working even with the
browser stack if you're in trusted out-of-browser mode.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文