小编Joe*_*wis的帖子

是否可以在 Debian 挤压中启用 TLS v 1.2

我目前正在使用 Apache 运行 Debian Squeeze 服务器。我的 OpenSSL 版本是 0.9.8,我想升级到能够运行 TLS v 1.2 的版本。到目前为止,我的研究表明这是不可能的,但我觉得我错过了一些东西。是否有允许我这样做的升级路径,或者我是否需要使用较新版本的 Debian 重建我的服务器?

openssl tls apache-2.2 debian-squeeze

8
推荐指数
1
解决办法
2万
查看次数

尝试缓解 Apache 2.2.16 上的 Logjam

我正在尝试按照此处的说明来缓解 logjam 漏洞,但是我不断从 appache 收到以下错误:

Syntax error on line 18 of /etc/apache2/sites-enabled/000-default:
Invalid command 'SSLOpenSSLConfCmd', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
Run Code Online (Sandbox Code Playgroud)

当我将以下行添加到配置中时:

SSLOpenSSLConfCmd DHParameters /etc/ssl/certs/dhparams.pem
Run Code Online (Sandbox Code Playgroud)

我的应用程序详细信息是:

Server version: Apache/2.2.16 (Debian)
Server built:   Oct 16 2014 10:27:58
Server's Module Magic Number: 20051115:24
Server loaded:  APR 1.4.2, APR-Util 1.3.9
Compiled using: APR 1.4.2, APR-Util 1.3.9
Architecture:   32-bit
Server MPM:     Prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with.... …
Run Code Online (Sandbox Code Playgroud)

openssl apache-2.2

7
推荐指数
2
解决办法
2万
查看次数

标签 统计

apache-2.2 ×2

openssl ×2

debian-squeeze ×1

tls ×1