mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Error while creating site after installation #249
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yasinyilmaz1 on 3/29/2024
CloudPanel version(s) affected
2.4.1
Description
Oops! An Error Occurred.
The server returned a "500 Internal Server Error".
How to reproduce
I installed cloudpanel on cleanly installed Debian 11. Afterwards, when I try to create a PHP site without making any additional changes, I encounter an error like this.
CLI
root@mail:~# clpctl site:add:reverse-proxy --domainName=mail.domain.net.tr --reverseProxyUrl='https://127.0.0.1:17443' --siteUser=user --siteUserPassword='**************'
cURL error 28: Operation timed out after 10000 milliseconds with 68188 out of 308886 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://publicsuffix.org/list/public_suffix_list.dat
Possible Solution
No response
Additional Context
No response