Control Web Panel

WebPanel => SSL => Topic started by: fileaio on February 24, 2017, 04:29:56 AM

Title: Error letsencrypt new domain on new server
Post by: fileaio 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


Title: Re: Error letsencrypt new domain on new server
Post by: locvfx 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.

Title: Re: Error letsencrypt new domain on new server
Post by: Sandeep on February 24, 2017, 08:41:12 AM
just rename the .htaccess and try to install
Title: Re: Error letsencrypt new domain on new server
Post by: martexx 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