gpt4 book ai didi

emacs - 使用 url-retrieve 通过 http 代理获取 https 资源

转载 作者:行者123 更新时间:2023-12-03 10:06:36 27 4
gpt4 key购买 nike

我正在尝试安装 el-get在我的工作场所,所有流量都通过 Squid 代理。

(add-to-list 'load-path "~/.emacs.d/el-get/el-get")
(unless (require 'el-get nil t)
(setq url-proxy-services '(("https" . "proxy.work.com:8080"))) ; if needed
(url-retrieve
"https://raw.github.com/dimitri/el-get/master/el-get-install.el"
(lambda (s)
(end-of-buffer)
(eval-print-last-sexp))))

据我所知,这失败了,因为 Squid doesn't support https through http . (鱿鱼返回 HTTP/501 Not Implemented )

我可以并且会手动安装 el-get,但我的好奇心被激起了。浏览器如何解决这个问题?

最佳答案

在您的情况下,您可以简单地从 http://raw.github.com/dimitri/el-get/master/el-get-install.el 检索相同的文件因为 github 为其原始文件服务提供 SSL 和非 SSL 接口(interface)。

关于emacs - 使用 url-retrieve 通过 http 代理获取 https 资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7673303/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com