Author Topic: cURL error 6  (Read 7742 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
cURL error 6
« 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 ?

Offline
*
Re: cURL error 6
« Reply #1 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
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
*
Re: cURL error 6
« Reply #2 on: March 13, 2018, 09:31:33 AM »
Thanks, this solved the problem.