mod-ssl

Apache 使用旧的 SHA1 根证书。如何更新或更正?
mod-ssl

Apache 使用旧的 SHA1 根证书。如何更新或更正?

检查我的服务器证书时出现错误: One of the certificates is signed with a SHA1 signature. We recommend that you reissue or replace this certificate with one that uses a SHA-2 signature. Contact your SSL provider about how to do this. Read more about the SHA-1 deprecation here. 此错误是因为服务器 apache 显...

Admin

Apache mod_ssl 在 Ubuntu 14.04 上使用 OpenSSL ENGINE
mod-ssl

Apache mod_ssl 在 Ubuntu 14.04 上使用 OpenSSL ENGINE

我已经安装了 OpenSSL 1.0.1f 并创建了一个使用 GPU 进行 RSA 加速的引擎。该引擎是动态的,因此是全球知名的。 然后我安装了 Apache $ sudo apt-get install apache2,创建了自签名证书以提供 HTTPS 服务,修改了配置文件等。 这两个部分可以正常工作,但各自独立,即当我尝试指定 Apache 使用 RSA 引擎(在 OpenSSL 1.0.1f 中)时,它会失败并显示消息: * The apache2 configtest failed. Not doing anything. Output of c...

Admin

升级后,如何使 Apache SSL 在 13.10 中运行?
mod-ssl

升级后,如何使 Apache SSL 在 13.10 中运行?

我刚刚从 13.04 升级到 13.10,我的 Apache 配置无法加载。我收到此错误: AH00526 Syntax error on line 43 of /etc/apache2/mods-enabled/ssl.conf: SSLSessionCache: 'shmcb' session cache not supported (known names: ) Maybe you need to load the appropriate socache module (mod_socache_shmcb?). Action 'configtest'...

Admin

安装 Go-Daddy SSL 证书后 Apache“重启”失败
mod-ssl

安装 Go-Daddy SSL 证书后 Apache“重启”失败

我已经关注数字海洋教程似乎在最后一关遇到了问题。 我已按照链接中的说明配置了我的 000-default.conf,当我运行 sudo 命令停止然后重新启动 apache 服务时收到以下错误消息。 配置测试的输出是: AH00526: Syntax error on line 35 of /etc/apache2/sites-enabled/default-ssl.conf: SSLCertificateFile: file '/etc/apache2/ssl/apache.crt' does not exist or is empty Actio...

Admin

如何为端口 8080 添加 SSL?在 apache2 ubuntu 20.04 中
mod-ssl

如何为端口 8080 添加 SSL?在 apache2 ubuntu 20.04 中

我试图将我的 SSL 证书添加到端口 8080,但是当我通过 https 进入时,它告诉我这个错误:ERR_SSL_PROTOCOL_ERROR 这是我的subdomain_maindomain.onlin.conf: <VirtualHost *:80> ServerName panel.example.online ServerAlias www.exmaple.online </VirtualHost> <VirtualHost *:443> ServerAdmin [email prot...

Admin

Ubuntu 14.04 mod_ssl 不可用
mod-ssl

Ubuntu 14.04 mod_ssl 不可用

当我尝试安装时mod_ssl它说无法找到软件包 mod_ssl $ sudo apt-get 更新 Ign http://archive.ubuntu.com 值得信赖的 InRelease 点击 http://archive.ubuntu.com trusty-security InRelease 点击 http://archive.ubuntu.com trusty-updates InRelease 点击 http://archive.ubuntu.com 信任 Release.gpg 点击 http:...

Admin

16.04 上的 SSL 协议错误,错误日志中未显示任何内容
mod-ssl

16.04 上的 SSL 协议错误,错误日志中未显示任何内容

所以当我去https://example.org我明白了ERR_SSL_PROTOCOL_ERROR。我已检查了 AWS 上的安全组 (ec2/Ubuntu 16.04 服务器),并且我确实在 TCP/HTTPS 上都打开了端口 443。我唯一启用的站点是,default-ssl.conf内容如下: LoadModule ssl_module /usr/lib/apache2/modules/mod_ssl.so <IfModule mod_ssl.c> ErrorLog /var/log/apache2/ssl_engine.log ...

Admin

在多个 IP 上正确设置多域 SSL 证书作为 VirtualHosts
mod-ssl

在多个 IP 上正确设置多域 SSL 证书作为 VirtualHosts

我当前已定义以下 VirtualHosts。 NameVirtualHost *:80 Listen *:80 <IfModule mod_ssl.c> Listen *:443 </IfModule> <VirtualHost *:80> --various directives for www-- </VirtualHost> <VirtualHost *:443> --same directives as *:80-- SSLEngine on SSLCertificateFile /...

Admin

我是否需要针对 CVE-2014-0160 更新 mod_ssl?
mod-ssl

我是否需要针对 CVE-2014-0160 更新 mod_ssl?

我已在 Ubuntu 12.04.4 LTS 上将 OpenSSL 更新至版本 1.0.1g: user@server# dpkg -l |grep openssl ii openssl 1.0.1-4ubuntu5.12 Secure Socket Layer (SSL) binary and related cryptographic tools ii python-openssl 0.12-1ubuntu2.1...

Admin

从 Apache 2.2.14 升级到 2.2.22 后 SSL 反向代理不起作用
mod-ssl

从 Apache 2.2.14 升级到 2.2.22 后 SSL 反向代理不起作用

将 Apache 升级到 2.2.22 后,我无法再通过 https 连接到我的内部服务器。如果我不使用 HTTPS,内部服务器会响应正常,否则我会在 Apache 日志中看到以下内容: [Mon Jan 06 18:20:37 2014] [info] Init: Seeding PRNG with 648 bytes of entropy [Mon Jan 06 18:20:37 2014] [info] Loading certificate & private key of SSL-aware server [Mon Jan 06 18:2...

Admin

UBuntu SSL 安装 apache
mod-ssl

UBuntu SSL 安装 apache

我的域名提供商给了我两个文件:- domain.com_ssl_certificate.cer -.domian.com_ssl_certificate_INTERMEDIATE.cer 我应该怎么做才能在我的域名上激活 SSL? ...

Admin

使用 ppa:ondrej/apache2 从 2.4.7 迁移到 Apache 2.4.37 后出现 SSL 问题
mod-ssl

使用 ppa:ondrej/apache2 从 2.4.7 迁移到 Apache 2.4.37 后出现 SSL 问题

使用以下方法迁移到 Apache 2.4.37 后,我遇到了一个恼人的问题ppa:ondrej/apache2ERR_SSL_PROTOCOL_ERROR。更改后,我在访问我的网站时遇到了很多问题。 结果是,当某个网站包含一些 ajax 脚本,这些脚本会定期检查某些数据时,每隔一个请求,有时还会返回上述错误。刷新网站时也会发生同样的情况 - 它会一直处于“不安全 - 安全 - 不安全”的循环中。 [编辑] 每当发生这种情况时,日志中都不会出现与此事相关的错误。更不用说,这种情况在全球范围内发生 - 从服务器提供服务的所有网站都会同时出现此问题,持续时间也...

Admin

HTTP 重定向到主域,但不重定向到 HTTPS
mod-ssl

HTTP 重定向到主域,但不重定向到 HTTPS

我正在尝试在我的 Ubuntu 17.10 机器上设置子域。我让 HTTPS 部分工作正常,并显示正确的子域文件,但当我将其设置为 HTTP 时,它显示主域,但我希望 HTTP 重定向并显示子域的 HTTPS 版本。 站点可用文件: <VirtualHost *:80> ServerName forum.domain.com RewriteEngine on RewriteCond %{SERVER_NAME} =forum.domain.com RewriteRule ^ https://forum.d...

Admin

HTTP 到 HTTPS 重写规则不起作用
mod-ssl

HTTP 到 HTTPS 重写规则不起作用

Ubuntu 14.04 阿帕奇/2.4.7 我在这里发布了我的虚拟主机和默认 ssl 主机的 conf 文件。无法弄清楚我做错了什么。 http://<website_url> 显示文件夹的索引。我想将其重定向到 https。 https://<website_url> 打开正常。 重要提示:我没有启用默认 SSL 站点。 cat default-ssl.conf|grep -v "#" <IfModule mod_ssl.c> <VirtualHost _defaul...

Admin