在我的工具(仅支持 http)和 https 站点之间充当中间人的代理?

发布于 2024-10-13 21:48:48 字数 307 浏览 3 评论 0原文

我有一个需要与 https 站点一起使用的工具,但它只支持 http。我需要某种代理工具,它可以充当我的工具和 https 站点之间的中间人,使请求对于该工具来说就像是 http 一样。连接如下所示: 工具-> HTTP->代理-> HTTPS->网站-> HTTPS->代理-> HTTP->工具

有谁知道我可以设置用于此目的的工具或其他东西吗?我已经在几个 IRC 频道中询问过并搜索了 Google,但老实说,我不确定在搜索 Google 时如何措辞,也不确定通过 IRC 在哪个频道中询问。

任何帮助将不胜感激!

I've got a tool which I need to use with a https site, but it only supports http. I need some kind of proxy tool that can work as a man in the middle between my tool and the https site, making the requests seem like http to the tool. The connection would look like this:
Tool -> HTTP -> Proxy -> HTTPS -> Site -> HTTPS -> Proxy -> HTTP -> Tool

Does anyone know of a tool or something I can set up that will work for this purpose? I've already asked in a few IRC channels and searched Google, but I was honestly not sure how to word it when searching Google, and not sure which channel to ask in via IRC.

Any help would be greatly appreciated!

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

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

发布评论

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

评论(6

一生独一 2024-10-20 21:48:48

Fiddler(www.fiddler2.com)有这个能力;您可以即时将 URL 从 HTTP 更改为 HTTPS。

Fiddler (www.fiddler2.com) has this capability; you can change the URL from HTTP to HTTPS on the fly.

抠脚大汉 2024-10-20 21:48:48

尝试 cUrl。如果您的工具使用标准输入/输出,您可以通过curl 通过管道传输工具的标准输入/输出。如果需要,您还可以在代码中使用库 (libCurl)。

Try cUrl. If your tool works with stdin/out, You can pipe your tool's stdin/out through curl. Also there is the library (libCurl) that you can use from within your code, if needed.

百变从容 2024-10-20 21:48:48

WebScarab 可能会为您做到这一点。它可以充当中间人,您可以即时更改请求。

WebScarab might do it for you. It can act as a man-in-the-middle and you can alter requests on the fly.

久伴你 2024-10-20 21:48:48

对使用 mod_proxy 作为反向代理操作的 Apache httpd 的整个副本有任何异议吗?合理的说明位于此处

Got any objection to an entire copy of Apache httpd with mod_proxy operating as a reverse proxy? Plausible instructions here.

祁梦 2024-10-20 21:48:48

"Stunnel 可以让您保护非 SSL 感知的守护进程和协议(如 POP、IMAP、LDAP 等),通过 Stunnel 提供加密,无需更改守护程序的代码。”

他们的网站上还有一个指南,用于使用 Stunnel 包装 HTTP 请求

"Stunnel can allow you to secure non-SSL aware daemons and protocols (like POP, IMAP, LDAP, etc) by having Stunnel provide the encryption, requiring no changes to the daemon's code."

There is also a guide on their site to wrap HTTP requests with Stunnel.

凉月流沐 2024-10-20 21:48:48

看起来这个 SSL MITM 代理 可以完全满足您的要求。

Looks like this SSL MITM proxy can do exactly what you're asking.

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