Xampp bitnami joomla ssl

Xammp bitnami joomla ssl

你好,我想要一些关于在与 xampp 一起使用的 bitnami joomla 上启用 ssl 的指示我已经阅读了很多教程似乎没有任何内容 work.I 试图从 joomla adminstrator 强制 ssl 它说连接不安全问题可能出在哪里我看到证书不受信任我接受它作为受信任但仍然不起作用。如果有人知道答案请分享!

这里是 Bitnami 开发者,

我使用我们在 https://wiki.bitnami.com/Components/Apache#How_to_create_a_SSL_certificate.3f 的指南创建了一个新的自动签名证书并修改了文件 installdir/etc/extras/httpd-ssl.conf 以使用新的证书文件,然后使用 sudo installdir/ctlscript.sh restart apache 重新启动了 Apache 服务器。它对我有用。我在httpd-ssl.conf中修改的行是:

...
SSLCertificateFile "/opt/lampp/etc/ssl.crt/server.crt"
...
SSLCertificateKeyFile "/opt/lampp/etc/ssl.key/server.key"
...

然后,我使用 HTTPS 浏览了我的服务器,它显示了一个错误代码为 NET::ERR_CERT_AUTHORITY_INVALID 的错误页面。

这意味着证书无效,因为证书颁发机构不受信任。这是完全正常的,因为我已经自动签署了证书。要跳过此步骤,请单击 "Advanced options" 按钮,然后单击 link "Proceed to ..."。您应该会看到您的网站。

同样在导航栏中,您会看到红色文本 "https"。如果你点击靠近它的锁,它会提示一个 window 文本:

The identity of this website has not been verified.
  • Server's certificate is not trusted.
Your connection to your_domain.com is encrypted with modern cryptography.
The connection uses TLS 1.2.
The connection is encrypted and authenticated using AES_128_GCM and uses ECDHE_RSA as the key exchange mechanism.

此致,

贡萨洛