I can’t issue an SSL cert for any of my websites, and have tried to issue certs through SSH.
This is the error I get:
[03.21.2023_17-23-47] Status Code: 404 for: http://www.example.com/.well-known/acme-challenge/example.com. Error: <!DOCTYPE html>
<html style="height:100%">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> 404 Not Found
</title></head>
<body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
<div style="height:auto; min-height:100%; "> <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
<h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">404</h1>
<h2 style="margin-top:20px;font-size: 30px;">Not Found
</h2>
<p>The resource requested could not be found on this server!</p>
</div></div><div style="color:#f0f0f0; font-size:12px;margin:auto;padding:0px 30px 0px 30px;position:relative;clear:both;height:100px;margin-top:-101px;background-color:#474747;border-top: 1px solid rgba(0,0,0,0.15);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;">
<br>Proudly powered by <a style="color:#fff;" href="http://www.litespeedtech.com/error-page">LiteSpeed Web Server</a><p>Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.</p></div></body></html>
[03.21.2023_17-23-47] Status Code: 404 for: http://example.com/.well-known/acme-challenge/example.com. Error: <!DOCTYPE html>
<html style="height:100%">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> 404 Not Found
</title></head>
<body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
<div style="height:auto; min-height:100%; "> <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
<h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">404</h1>
<h2 style="margin-top:20px;font-size: 30px;">Not Found
</h2>
<p>The resource requested could not be found on this server!</p>
</div></div><div style="color:#f0f0f0; font-size:12px;margin:auto;padding:0px 30px 0px 30px;position:relative;clear:both;height:100px;margin-top:-101px;background-color:#474747;border-top: 1px solid rgba(0,0,0,0.15);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;">
<br>Proudly powered by <a style="color:#fff;" href="http://www.litespeedtech.com/error-page">LiteSpeed Web Server</a><p>Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.</p></div></body></html>
[03.21.2023_17-23-49] /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 /usr/local/lsws/Example/html -k ec-256 --force --server letsencrypt
[03.21.2023_17-23-49] Failed to obtain SSL for: example.com and: www.example.com
[03.21.2023_17-23-49] Trying to obtain SSL for: example.com
[03.21.2023_17-23-55] Failed to obtain SSL, issuing self-signed SSL for: example.com
[03.21.2023_17-23-56] Connection unexpectedly closed
[03.21.2023_17-23-56] Self signed SSL issued for example.com.
What would be the possible reason for this issue, and how do I fix it?
It seems this bug is related only after 2.3.3 upgrade. This should be fixed in a priority manner as it affects the security of all websites in production. I hope the cp team already working on it and produce a new commit release soon.
Hello
I hope this is the correct place to continue the conversation.
I am on the latest version of cyberpanel. Suddenly I am unable to issue SSL certificates after many months of successful updates. I have tried many things with no success.
It is suggested that we upgrade to v.3 but this appears to be the latest version (see at end of message). Is there anything MORE up to date? If so, how do I get it?
Thank you for your help - getting pretty desperate.