I'm in the process of trying to set up a web server on a vm and am receiving this error on install:
Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-9-streamarch=x86_64&protocol=https,http
The command I used to install the package was:
sudo yum install httpd
All I have done as far as setup with this server is set a static ip in the ifcfg file and also enabled http and https with the firewall. Any suggestions to fix this issue?
Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-9-streamarch=x86_64&protocol=https,http
The command I used to install the package was:
sudo yum install httpd
All I have done as far as setup with this server is set a static ip in the ifcfg file and also enabled http and https with the firewall. Any suggestions to fix this issue?