Level 65
Update DNS nameservers to not be 127.0.0.1 or similar. Use a public one like Google.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I try to use mandrill for my contact form but it's showing bellow error message:
RequestException in CurlFactory.php line 169: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
sudo nano /etc/resolvconf/resolv.conf.d/base
Add in this
# Google
nameserver 8.8.8.8
nameserver 8.8.4.4
Then to update the /etc/resolv.conf file, run this
sudo resolvconf -u
Please or to participate in this conversation.