Hi,
It seems redirect from domain to IP from somewhere, and that's why you see the cert not showing the right one.
`curl -I https://www.fftli.org/`
HTTP/1.1 301 Moved Permanently
Content-Type: text/html; charset=UTF-8
X-Redirect-By: WordPress
Location: https://35.209.30.224/
Date: Tue, 28 Jan...
Hi,
1. ols1clk script does not provides multiple virtual hosts creation. You may want to do it manually from web admin or script(https://docs.litespeedtech.com/cloud/wordpress/#how-do-i-create-additional-virtual-hosts )
2. Basically certbot will auto create a cronjob here `/etc/cron.d/certbot`...
Thanks for the update.
Next time we can try cert verify via
1. online tool: http://ssllabs.com/ssltest
or
2. command: `openssl s_client -showcerts -connect YOUR_DOMAIN:443`
Hi @vilords ,
May I know how you install the ols with docker, by https://github.com/litespeedtech/ols-docker-env ??
If so, I will try to reproduce it locally.
HI @humzayunas
Sorry, I don't get it. You mean support can't help in your case? The only method is to disable the wordpress cronjob? Then how crawler start again?
HI,
Welcome to LiteSpeed.
Web admin port is disabled by ufw firewall for secure reason. You can run `ufw allow 7080` to allow accessing the web admin.
If you still failed to visit the webadmin or domain, please raise a ticket with support@litespeedtech.com for further check.
Best
Hi,
This is a known issue and should has been fixed but not on the repository yet.
For now, you can try updating your htpasswd file with 644 permission then update password and test login again. It should works.
Best,
Eric
Hi,
Yes, lsphp-xx package is a must for object cache but you don't need to config anything on it.
You can create a phpinfo page see if php extension already installed.
It is cool, the first official version maybe released in the end of January. Even formal released, I would recommend you not use to use it on the production site immediately but do some test.
best,
Eric
Try setting a .well-known context in virtual host see if it should helps.
Example:
context /.well-known/ {
location /var/www/html/
allowBrowse 1
addDefaultCharset off
}
Please substitute the location value to your site's path.