Hi All,
I'm trying to triangulate an issue with a new DA install which manifested when I tried to spin up a Let's Encrypt certificate for the hostname of the server. I can curl it:
But I can't seem to serve the test file through OpenLiteSpeed. The shared server apps (e.g. Roundcube, phpMyAdmin) in the same directory tree don't come up either.
It looks like maybe OLS isn't configured to use the /var/www/html directory as its default web folder? Not sure. I'm really scratching my head at this point.
Other things I've tried: I worked through the Manually debugging /.well-known/acme-challenge/letsencrypt_12345 how-to. I can hit the OLS control panel on the serve in read-only mode. TCP ports 80 and 443 open on both CSF and Oracle Cloud's egress security rules. I thought it could be firewall thing as well, which is why I tore into this document and this page.
Thank you for any help in advance!
I'm trying to triangulate an issue with a new DA install which manifested when I tried to spin up a Let's Encrypt certificate for the hostname of the server. I can curl it:
Code:
root@servername:/var/www/html# curl -I -L -k -X GET http://servername.com/.well-known/acme-challenge/test.txt
HTTP/1.1 200 OK
etag: "a-6014b920-18174a;;;"
last-modified: Sat, 30 Jan 2021 01:40:48 GMT
content-type: text/plain
content-length: 10
accept-ranges: bytes
date: Sat, 30 Jan 2021 02:08:40 GMT
server: LiteSpeed
connection: Keep-Alive
But I can't seem to serve the test file through OpenLiteSpeed. The shared server apps (e.g. Roundcube, phpMyAdmin) in the same directory tree don't come up either.
It looks like maybe OLS isn't configured to use the /var/www/html directory as its default web folder? Not sure. I'm really scratching my head at this point.
Other things I've tried: I worked through the Manually debugging /.well-known/acme-challenge/letsencrypt_12345 how-to. I can hit the OLS control panel on the serve in read-only mode. TCP ports 80 and 443 open on both CSF and Oracle Cloud's egress security rules. I thought it could be firewall thing as well, which is why I tore into this document and this page.
Thank you for any help in advance!
Last edited: