• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Error: Could not get Mozilla tls config: cURL error 6

DigitalSplendid

Regular Pleskian
Server operating system version
18.0.49
Plesk version and microupdate number
Web Admin Se Edition
Facing this issue:

1686559499504.png


I tried running following command on SSH:

1686559580661.png


Also tried replacing 8.8.8.8 with IP address:

1686559673924.png

Help appreciated.
 
As in the other thread, likely your name resolver does not work correctly. Please check /etc/resolv.conf and change resolvers to reliable ones, e.g. Google's 8.8.8.8 and 8.8.4.4.
 
Please try to replace the "nameserver 127.0.0.53" line with
Code:
nameserver 8.8.8.8
nameserver 8.8.4.4
then store the file and try pinging or cURLing the addresses again.
 
Please try to replace the "nameserver 127.0.0.53" line with
Code:
nameserver 8.8.8.8
nameserver 8.8.4.4
then store the file and try pinging or cURLing the addresses again.

Today I could see the SSL activated but the website digitalsplendid.shop showing not connected.
1686628348627.png
1686628368286.png
 
No, I could not solve. It was getting way too complicated. I believe the system of restoring snapshot from AWS Lightsail is not as perfect as one expects from Plesk. Earlier too, I fell into a similar problem and could not restore.
 
I was having pollclap.com using Plesk Web Admin edition hosted on an AWS Lightsail instance. Since ownership of pollclap.com domain transferred to a buyer, I used digitalsplendid.shop as temporary domain to transfer the content of the website to the new buyer. Since I erased all the content of pollclap.com due to wrong use of Migrate Guru WordPress plugin, I decided to restore the snapshot. That AWS Lightsail instance had a snapshot taken. As AWS Lightsail restore requires the creation of a new AWS Lightsail instance, I did that. The problem started as the restored instance never worked.

 
O.k., I understand that the new AWS Lightsail instance never worked. What I do not yet understand what that means. What does not work? Derived from your screenshots Plesk is accessible, the website data is present. The only thing so far that I could identify that does not work correctly is name resolution. Is that what your question is about?
 
Thanks for the support.
Yes, Plesk is accessible. In no way, I could make the site live. I have tried connecting with domain name digitalsplendid.shop.
 
First please check which nameserver is set in the domain. Then check what IP address that nameserver delivers when asked, e.g.
nslookup <domain> <nameserver name>
Is this the correct target IP?
Then check whether Plesk is configured to react on that IP (Tools & Settings > IP Addresses).
Then check what IP the domain is configured to use.
Is this all lined up? Correct nameserver? Nameserver responding? Responding with the correct IP address? Plesk knowing that IP address? Domain configured on that IP address?
 
Back
Top