Community

Closed SSL is not issued

MK
Mirza Khadnezar S [sick] #2

re issue at your primary domain outsur.cc
then issue as hostname ssl

br
brizing #3

I didn’t understand.
I don’t use a domain outsur.cc
My domain hosting.outsur.cc
And I can’t issue at least a regular SSL for it.
As soon as I issue a regular SSL, I will make a hostname.

gw
gwnmikedus #4

Hi!

Did you find the below code in earlier posts? Please run the code as root and post the output / fix the issue directly yourself :slight_smile: .

  1. sudo su -

  2. /root/.acme.sh/acme.sh --issue -d hosting.outsur.cc -d www.hosting.outsur.cc --cert-file /etc/letsencrypt/live/hosting.outsur.cc/cert.pem --key-file /etc/letsencrypt/live/hosting.outsur.cc/privkey.pem --fullchain-file /etc/letsencrypt/live/hosting.outsur.cc/fullchain.pem -w /home/hosting.outsur.cc/public_html --force --debug`

br
brizing #7

upd:
There is no file in the site directory .htaccess

br
brizing #8

For the test, I uploaded 2 more files:

/public_html/.well-known/test.jpeg - 200 OK
/public_html/.well-known/acme-challenge/test.jpeg - 404 Error

So, there seems to be an error in the acme-challenge folder.
I deleted the folder manually.

Then I started issuing the certificate through the console again.
Now another error has occurred:

Some kind of problem with the domain www.hosting.outsur.cc :thinking:


Hell, that’s what happened in Cloudflare.
The www. domain was proxied :scream:

To make everything beautiful, I removed the site from the panel altogether and added it again.
Yes, SSL is ready.
Thanks gwnmikedus!

The code from the previous message allowed to debug.

This topic is closed to new replies.