我正试图在centos 7上安装ipa服务器,结果发现以下错误

IPA requires port 8443 for PKI but it is currently in use.
ipa.ipapython.install.cli.install_tool(Server): ERROR    Aborting installation
ipa.ipapython.install.cli.install_tool(Server): ERROR    The ipa-server-install command failed. See /var/log/ipaserver-install.log for more information

httpd正在使用此端口
semanage port -l | grep -w http_port_t
http_port_t                    tcp      80, 81, 443, 488, 8008, 8009, 8443, 9000
[root@ipa ~]# ipa-server-install --setup-dns

我不知道如何解决这场冲突。

最佳答案

我也遇到过这个问题,只要在安装ipa服务器之前关闭httpd。为我工作谢谢

关于linux - 由于端口8443问题,导致IPA服务器安装失败,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/41886587/

10-16 20:26