请问 debian 9 有无第三方源可以 apt 安装新版 openssl 的?

2019 年 6 月 28 日
 alpinefly
如题,openssl 有无类似 nginx 那种可以通过第三方源安装,我自己编译总是出错。openvz vps 因为无法升级内核无法升级到 debian 10。
6698 次点击
所在节点    Linux
37 条回复
Hardrain
2019 年 6 月 29 日
@liuyinltemp
@msg7086
OpenSSL 1.1.1 用了一些新的 function 来设置 TLS 1.3 加密套件,导致不能通过 nginx 的 ssl_ciphers 设置。

SSL_CTX_set_cipher_list()用于设置 TLS 1.2 及以前版本的加密套件
SSL_CTX_set_ciphersuites()用于给 SSL context 设置 TLS 1.3 的加密套件

( https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_ciphersuites.html)


你需要给 Nginx 或 OpenSSL 打 patch

比如: https://github.com/Hardrain980/nginx-tls13-chacha20-patch (我撰写且正在使用的)

patch 后通过 ssl_ciphers_tls13 设置 TLS 1.3 加密套件。
msg7086
2019 年 6 月 29 日
@Hardrain sb 的 nginx 早就打上我写的补丁了。
alpinefly
2019 年 6 月 29 日
都是大牛啊,回来改一下
alpinefly
2019 年 7 月 18 日
@msg7086 sb 的 nginx 支持 ngx_http_proxy_connect_module 吗?如果不行,自己怎么加进去?
msg7086
2019 年 7 月 18 日
@liuyinltemp 没有的,也加不进去。
alpinefly
2019 年 7 月 31 日
@msg7086 ngx_http_proxy_connect_module 能加到官方源安装的 nginx 吗?怎么操作呀?
msg7086
2019 年 7 月 31 日
@liuyinltemp 我没有研究过。
alpinefly
2019 年 8 月 9 日
@msg7086 今天 sb 源好像证书出问题啦!
msg7086
2019 年 8 月 9 日
@liuyinltemp 已督促大佬处理……
alpinefly
2019 年 8 月 14 日
Fetched 10.2 kB in 3s (3294 B/s)
W: Failed to fetch https://mirrors.xtom.com/sb/nginx/dists/jessie/InRelease Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.
alpinefly
2019 年 8 月 14 日
@msg7086 debian 8 下安装出现上述提醒。但是也能装上去
alpinefly
2019 年 8 月 14 日
@msg7086 安装没有问题,nginx -t 也是没有问题,但是反代出错了,奇怪!
alpinefly
2020 年 6 月 14 日
@msg7086 curl: (7) Failed to connect to mirrors.xtom.com port 443: No route to host
这个我的问题还是最近源出了故障?
alpinefly
2020 年 10 月 29 日
@msg7086 大佬,sb 源不在支持 upstream 了吗?
msg7086
2020 年 10 月 30 日
@liuyinltemp 支持的吧,你遇到什么问题了?
alpinefly
2020 年 10 月 30 日
亲测不支持了,需要 upstream 共用 443 端口
alpinefly
2021 年 2 月 18 日
@msg7086 大佬,sb 源确实不支持 upstream,官方支持。不过 sb 源支持 brotli

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://study.congcong.us/t/578190

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX