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

2019-06-28 09:38:38 +08:00
 liuyinltemp
如题,openssl 有无类似 nginx 那种可以通过第三方源安装,我自己编译总是出错。openvz vps 因为无法升级内核无法升级到 debian 10。
5864 次点击
所在节点    Linux
37 条回复
Hardrain
2019-06-29 01:40:15 +08:00
@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-06-29 02:33:25 +08:00
@Hardrain sb 的 nginx 早就打上我写的补丁了。
liuyinltemp
2019-06-29 13:48:16 +08:00
都是大牛啊,回来改一下
liuyinltemp
2019-07-18 11:21:36 +08:00
@msg7086 sb 的 nginx 支持 ngx_http_proxy_connect_module 吗?如果不行,自己怎么加进去?
msg7086
2019-07-18 13:13:46 +08:00
@liuyinltemp 没有的,也加不进去。
liuyinltemp
2019-07-31 17:22:22 +08:00
@msg7086 ngx_http_proxy_connect_module 能加到官方源安装的 nginx 吗?怎么操作呀?
msg7086
2019-07-31 23:48:58 +08:00
@liuyinltemp 我没有研究过。
liuyinltemp
2019-08-09 13:31:22 +08:00
@msg7086 今天 sb 源好像证书出问题啦!
msg7086
2019-08-09 13:52:09 +08:00
@liuyinltemp 已督促大佬处理……
liuyinltemp
2019-08-14 16:41:43 +08:00
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.
liuyinltemp
2019-08-14 17:27:17 +08:00
@msg7086 debian 8 下安装出现上述提醒。但是也能装上去
liuyinltemp
2019-08-14 17:37:43 +08:00
@msg7086 安装没有问题,nginx -t 也是没有问题,但是反代出错了,奇怪!
liuyinltemp
2020-06-14 21:52:29 +08:00
@msg7086 curl: (7) Failed to connect to mirrors.xtom.com port 443: No route to host
这个我的问题还是最近源出了故障?
liuyinltemp
2020-10-29 17:22:10 +08:00
@msg7086 大佬,sb 源不在支持 upstream 了吗?
msg7086
2020-10-30 08:46:16 +08:00
@liuyinltemp 支持的吧,你遇到什么问题了?
liuyinltemp
2020-10-30 11:34:21 +08:00
亲测不支持了,需要 upstream 共用 443 端口
liuyinltemp
2021-02-18 22:56:35 +08:00
@msg7086 大佬,sb 源确实不支持 upstream,官方支持。不过 sb 源支持 brotli

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

https://www.v2ex.com/t/578190

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

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

© 2021 V2EX