Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
Something on your system is rejecting the ACME HTTP Challenge with an HTTP 403 error (Forbidden).
I can easily reproduce this just using curl requests. You need to review your system config to see why it forbids these requests. Check your LiteSpeed server and any routers or firewalls.
# Should get 404 Not Found or 302 Found redirect like below
curl -I http://soulfulyog.com/.well-known/acme-challenge/Test404
HTTP/1.1 403 Forbidden
server: LiteSpeed
curl -I http://soulfulyog.com/.well-known/test-level/Test404
HTTP/1.1 302 Found
server: LiteSpeed
location: https://soulfulyog.com/.well-known/test-level/Test404
I've already reached out to them. I tried installing through CyberPanel, but it keeps on assigning the self-signed SSL after failing to issue a complete one.