OpenLiteSpeed/LetsEncrypt/directory listing issue

GR_

Verified User
Joined
Nov 13, 2008
Messages
27
I'm using CentOS 8.0 / Directadmin / OpenLiteSpeed / PHP7.4.

Trying to install LetsEncrypt ssl certificates but getting error message:

`Error: http://**********/.well-known/acme-challenge/letsencrypt_123456789 is not reachable. Aborting the script.`

Then tried to enable directory listing through .htaccess [Options + Indexes] and reload the OpenLiteSpeed service nothing helped.
Then tried to use `allowBrowse 1 ` in openlitespeed.conf file, but again no success.

Kindly, is there anyone can help me with this issue? How to enable directory listing in OpenLiteSpeed?

Thanks in advance
 
The 4th step gave me the exact issue..
curl: (7) Failed to connect to [myDomain] port 80: Connection refused

dig into and fixed the issue.

Thank you for help
 
Back
Top