ampersx1
New Member
- Messages
- 25
- Reaction score
- 1
- Points
- 3
Hi there,
I am having real trouble with getting an acme-challenge working to get my own SSL cert to work.
I can put the challenge file in the .acme-challenge folder (or get win-acme v2.2.9 to create it automatically) and can verify that the file exists in the right folder, but it always returns a 404
I can remove the acme-challenge folder and make it again (or get win-acme v2.2.9 to create it automatically), with permissions 755. But that doesn't seem to help.
ampers.x10.mx/test.txt -> works
ampers.x10.mx/.well-known/test.txt -> works
ampers.x10.mx/.well-known/acme-challenge/test.txt -> gives a 404
My .htaccess file at the top has:
# Allow ACME challenge through
RewriteEngine On
# Skip all rewriting for ACME challenge requests
RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/ [NC]
RewriteRule ^ - [L]
RewriteCond %{REQUEST_URI} ^/.well-known/acme-challenge/ [NC]
RewriteRule ^ - [L]
Does LiteSpeed or directadmin somehow specifically block the acme-challenge folder? That would make external SSL validations via http-01 impossible to do, and I don't think we have access to the DNS validations method as I can't find those settings to tweak... Unless I am missing something...?
I am having real trouble with getting an acme-challenge working to get my own SSL cert to work.
I can put the challenge file in the .acme-challenge folder (or get win-acme v2.2.9 to create it automatically) and can verify that the file exists in the right folder, but it always returns a 404
I can remove the acme-challenge folder and make it again (or get win-acme v2.2.9 to create it automatically), with permissions 755. But that doesn't seem to help.
ampers.x10.mx/test.txt -> works
ampers.x10.mx/.well-known/test.txt -> works
ampers.x10.mx/.well-known/acme-challenge/test.txt -> gives a 404
My .htaccess file at the top has:
# Allow ACME challenge through
RewriteEngine On
# Skip all rewriting for ACME challenge requests
RewriteCond %{REQUEST_URI} ^/\.well-known/acme-challenge/ [NC]
RewriteRule ^ - [L]
RewriteCond %{REQUEST_URI} ^/.well-known/acme-challenge/ [NC]
RewriteRule ^ - [L]
Does LiteSpeed or directadmin somehow specifically block the acme-challenge folder? That would make external SSL validations via http-01 impossible to do, and I don't think we have access to the DNS validations method as I can't find those settings to tweak... Unless I am missing something...?