我正在尝试在 RHEL 6.6 中设置集群。虽然 luci 服务已启动,但高可用性管理网页并未加载。
例如:
[root@red1 Desktop]# service ricci start
Starting ricci: [ OK ]
[root@red1 Desktop]# passwd ricci
Changing password for user ricci.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
[root@red1 Desktop]# service luci start
Start luci... [ OK ]
Point your web browser to https://red1.com:8084 (or equivalent) to access luci
我得到上面的 URL 以打开但浏览器失败并显示如下错误消息:
连接 red1.com:8084 时出错。颁发者证书无效。(错误代码:sec_error_ca_cert_invalid)
请指教。