You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click the "Manage" site link, it shows internal server error.
When I try to add a site through commandline using clpctl command
clpctl site:add:static --domainName=www.domain.com --siteUser=john --siteUserPassword='!secretPassword!'
CloudPanel version(s) affected
2.5.0
Description
When I click the "Manage" site link, it shows internal server error.
When I try to add a site through commandline using clpctl command
clpctl site:add:static --domainName=www.domain.com --siteUser=john --siteUserPassword='!secretPassword!'
The error shown is curl error 6
cURL error 6: Could not resolve host: publicsuffix.org (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://publicsuffix.org/list/public_suffix_list.dat
No matter what domainName value is provided, the same error occurs.
Please help us to track and rectify the error.
How to reproduce
Login to the Cloudpanel , go to sites and click on Manage and it shows the 500 error message.
Go to the commandline
clpctl site:add:static --domainName=www.domain.com --siteUser=john --siteUserPassword='!secretPassword!'
it shows the curl error.
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: