Author Topic: Error letsencrypt new domain on new server  (Read 7874 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Error letsencrypt new domain on new server
« on: February 24, 2017, 04:29:56 AM »
anyone please help me HOW TO FIX IT? THANKS

Code: [Select]
WARNING! Letsenycrpt Certificate installation failed, please check /etc/letsencrypt/live/datlaocai.com !

Failed authorization procedure. datlaocai.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://datlaocai.com/.well-known/acme-challenge/hHw4e06r6q4jBbehFc6jHdF9qHKJW8MnN0_a_4vzSJQ: "



Not Found





Not Found



Offline
***
Re: Error letsencrypt new domain on new server
« Reply #1 on: February 24, 2017, 07:24:07 AM »
Fix folder permission
chmod 755 /home/YOUR_USERNAME/public_html/.well-known

Remove .htaccess file if any exist
mv  /home/YOUR_USERNAME/public_html/.htaccess /home/YOUR_USERNAME/public_html/.htaccess1

Try to put a text file under .well-known/test.txt and test whether you can access it on browser.


Offline
*****
Re: Error letsencrypt new domain on new server
« Reply #2 on: February 24, 2017, 08:41:12 AM »
just rename the .htaccess and try to install

Offline
*
Re: Error letsencrypt new domain on new server
« Reply #3 on: February 24, 2017, 10:43:57 PM »
im looking at the link datlaocai.com and see its centos apache default page.
so.. its not an added domain, is this the domain u use for yourself?

Anyway.. what u could try is to install the custom one, and use the path of the apache install that is now serving u this page, but i think u have other problem.

To me it seems strange that i see a centos apache default page where i expect a cwp default apache page.

perhaps Dandeep knows if that is true