HTTPS Web API 和 Android

发布于 2025-01-06 18:49:28 字数 298 浏览 0 评论 0原文

我使用 Microsoft Web API 框架构建了一个 RESTful Web 服务。我已经能够从我的计算机和网络中的其他计算机(使用浏览器)测试该服务。但是当我尝试从 Android 访问我的网络服务时,什么也没有发生。嗯,是的,有些事情正在发生,但不对。我正在使用自签名证书。我尝试了几种在这里找到的方法来管理 Android 中的自签名证书......但每个人都以某种方式失败。有些抛出“无对等证书”异常,而另一些则仅得到“内部服务器错误”响应。我已在 Web 服务的第一行添加了一个断点,但程序从未到达它。所以低层次的事情正在发生。

有什么想法吗? :(

I have built a RESTful web service using Microsoft Web API framework. I've been able to test the service from my computer and other computers of my network (using the browser). But when I try to hit my web service from Android, nothing happens. Well, yes, something is happening, but not right. I am using a self-signed certificate. I have tried several approaches I found here to manage self-signed certificates in Android... but everyone fails somehow. Some throw the "No peer certificate" exception and others just get an "Internal server error" response. I have added a breakpoint to the first line of my web service, but the program never reaches it. So something is happening low-level.

Any ideas? :(

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文