Error while installing Let's Encrypt SSL on my domain

I am trying to install Let's Encrypt SSL on my website(http://linuxbuz.com). But I am getting the following error:

Saving debug log to /var/log/letsencrypt/letsencrypt.log Obtaining a new certificate Performing the following challenges: http-01 challenge for linuxbuz.com http-01 challenge for linuxbuz.com Using the webroot path /var/www/html for all unmatched domains. Waiting for verification… Cleaning up challenges Failed authorization procedure. linuxbuz.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://linuxbuz.com/.well-k… [77.111.240.95]: 403 IMPORTANT NOTES:

The following errors were reported by the server:
Domain: linuxbuz.com Type: unauthorized Detail: Invalid response from http://linuxbuz.com/.well-k… [77.111.240.95]: 403

1 Reply

A 403 error when trying to issue a certificate using Let's Encrypt usually means there is an access issue with the http://your-domain.com/.well-known/acme-challenge/ directory. The troubleshooting documentation linked below provides information on lines to add to your .htaccess file to unblock access to the directory.

Failed to issue certificate: The Let’s Encrypt™ HTTP challenge failed - is .well-known/acme-challenge accessible in your webroot?

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct