Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: nuffsaid on March 12, 2018, 07:23:57 PM

Title: cURL error 6
Post by: nuffsaid on March 12, 2018, 07:23:57 PM
Hi , i have a problem, my server will not install any SSL certificate and wont download anything.

It keeps on giving me the error below if i do a  yum update, im on CentOS 7

[Errno 14] curl#6 - "Could not resolve host: mirror.23media.de; Unknown error"
Trying other mirror.

How can i fix this ?
Title: Re: cURL error 6
Post by: studio4host on March 12, 2018, 09:55:48 PM
try to check resolving on your server

ping google.com

if this fails then try to add it manually to file /etc/resolv.conf

Code: [Select]
nameserver 8.8.8.8
nameserver 8.8.4.4
Title: Re: cURL error 6
Post by: nuffsaid on March 13, 2018, 09:31:33 AM
Thanks, this solved the problem.