Error SSL

Hi, when i try to issue SSL for my domain i am receive an error "Cannot issue SSL. Error message: 0,283 Failed to obtain SSL for domain. [issueSSLForDomain] "

80% of the time it is DNS issue and 20% you hit the Lets Encrypt limit, you can find out here Troubleshooting CyberPanel - 14 - Logging & Troubleshooting - CyberPanel Community

hi i could not issue ssl error certificate 283 (Cannot issue SSL. Error message: 0,283 Failed to obtain SSL for domain. [issueSSLForDomain]). try to follow the instructions of the page Troubleshooting CyberPanel - 14 - Logging & Troubleshooting - CyberPanel Community but it does not work I do not get anything Help me

1.Chceck DNS A record for SSL domain
2.If it’s VM or Dedicated machine check if u have listed correct IP adress in machine

Same problem (error 283) here. Error log says: [Errno 2] No such file or directory [Failed to obtain SSL. [obtainSSLForADomain]]

On command line do

wget -O - https://get.acme.sh | sh

And try to issue SSL again.

On command line do

wget -O - https://get.acme.sh | sh

And try to issue SSL again.

Yes, that resolved the issue. Thank you!

And when I try to add SSL to alias domain, another error pops up: Operation failed. Error message: Create new order error. Le_OrderFinalize not found. { “type”: “urn:ietf:params:acme:error:malformed”, “detail”: “Error creating new order :: DNS name does not have enough labels”, “status”: 400 } 0,283 Failed to obtain SSL for domain. [issueSSLForDomain]

On command line do

wget -O - https://get.acme.sh | sh

And try to issue SSL again.

Yes, that resolved the issue. Thank you!

Sorry to bump it up but it also solved my issue on clean install of cyberpanel.

The ‘wget…’ command above worked for me as well, but how/why? :smiley:

As described for others above, I got the following error when creating a new website from CyberPanel 1.9.1:

  •   283 Failed to obtain SSL for domain. [issueSSLForDomain] [404]
    

When I looked in my logs, I found more details. It looks like a permissions/user error???

[11.11.2019_15-45-14] Trying to obtain SSL for: example.com and: www.example.com
[11.11.2019_15-45-14] /root/.acme.sh/acme.sh --issue -d example.com -d www.example.com --cert-file /etc/letsencrypt/live/example.com/cert.pem --key-file
/etc/letsencrypt/live/example.com/privkey.pem --fullchain-file
/etc/letsencrypt/live/example.com/fullchain.pem -w /home/example.com/public_html --force
[11.11.2019_15-45-14] [Errno 2] No such file or directory [Failed to obtain SSL. [obtainSSLForADomain]]
[11.11.2019_15-45-14] [Errno 2] No such file or directory.
[ProcessUtilities.normalExecutioner.Base]
[11.11.2019_15-45-17] 283 Failed to obtain SSL for domain. [issueSSLForDomain]
[createVirtualHost]

So I ran the command above:

  wget -O - https://get.acme.sh | sh

and now website creation works., but why/how?

The wget command fixed the issue because for some reason (and I see numerous people indication this has occurred on their installation) acme.sh was not installed (or got installed and then deleted) from your server during its deployment. So the wget command you have been told to use is basically installing that script. The SSL issue routines in Cyber rely on that script, so without it they will break.

Type your comment> @CyberPanel said:

On command line do

wget -O - https://get.acme.sh | sh

And try to issue SSL again.

Not working

Hi, can you guys help me from this issue?

I’ve domain and cyberpanel server that running on SSL & PHP 8.0

The SSL is activated. But when i check amp test on that domain, google say

“Page cannot be reached
This may happen because the page is unavailable or blocked by robots.txt”

also i’ve test on google search console to, the error was same.

my website have normal robot.txt, not blocking any pages. I’ve try to re-install the cyberpanel, but still i face the same issue. What should i do?

SHORT ANSWER.

Try this (as root), then re-issue your certificates:

/root/.acme.sh/acme.sh --register-account -m <admin_email>

(please replace <admin_email> with your actual admin email!)

Ah, geez! Wrong forum! Sorry!

sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)

Now working
1 Like