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 服务器,其中一些文件在本地提供。
可以使用 apache mod_ssl、mod_proxy 来完成,而无需向我询问本地服务器的证书。但是在 node.js 的“http-proxy”中,它需要一个证书。
那么,有没有办法让节点 https-proxy 在没有证书的情况下运行?或者我的想法哪里出错了?没有证书的 HTTP 到 HTTPS 代理怎么样?