I got an error after click yes on Let's encrypt certificate

Helem

New Member
#1
Enter the root domain only, then the system will add both the root domain and th e www domain for you.
Your domain: imoveiscomluxo.com
The domain you put is: domain.com
Please verify it is correct. [y/N] y

Domain has been added into OpenLiteSpeed listener.

Do you wish to issue a Let's encrypt certificate for this domain? [y/N] y
domain.com.com is inaccessible, please verify!
and also idk how to acess lets encript again
i also wanna know how to update my server

I was able to see my www.domain.com and domain.com is directing to a fresh instalation of my wordpress but i was not able to check or fix my lets encript.
So i wanna know 2 things, how i check and install lets encript on my server and how i update my server

Also if you guys know a good course / masterclass where i could learn about Openlitespeed commands i would like to buy to speed my learning.
 

Cold-Egg

Administrator
#2
Hi,

I guess that you are using OpenLiteSpeed WordPress image. In this case, the prompt script will show again with new SSH if you haven't completed it.

About how to check Let's Encrypt certificate on your server, if certificate verification is a success, you should find your certificate files stored in "/etc/letsencrypt/" folder

About update the server, regular package update should do the trick,
Code:
apt-get update && apt-get upgrade -y
OpenLiteSpeed KB: https://openlitespeed.org/kb/
I would recommend you go through the cloud image doc first, https://docs.litespeedtech.com/cloud/images/wordpress/

Let us know if you have any questions.
 

Helem

New Member
#3
im using digital ocean as my host provider: here is the infor about my instalation / image https://marketplace.digitalocean.com/apps/openlitespeed-wordpress
How do i check "/etc/letsencrypt/" folder ?
if i use apt-get update && apt-get upgrade -y gonna compromise my instalation at this stage where i dint install wordpress yet or have a SSL set ?

Im trying to set up the best solution for wordpress but i dont have experience with backend and linux language.Looks like the optimal best solution for a wordpress static or dynamic website is OpenLightSpeed + CyberPanel + Redih + Cloudflare
Here is the error im getting after put my domain bellow
1607491970691.png
Here is my Cloudflare Config:

Letsencript21033×1192 234 KB


I also trying to learn about server caching and any kind of caching that exist as solution so i can be good at optimizing my website.
My website gonna be a simple on just 1 video and some text maybe 1-2 imagens and a form to send number, email and name. my client is a real state agent so i gonna make 1-3 landing pages like that to sell houses.


I wonder if https://marketplace.digitalocean.com/apps/cyberpanel is better than the https://marketplace.digitalocean.com/apps/openlitespeed-wordpress that im using atm
Idk if the version im using use cyberpanel or not and if the solution above is better to me.
 

Attachments

Last edited:

Cold-Egg

Administrator
#4
No, it should have no effect.

I see, because you are using Cloudflare which will hide the server name, and the setup script needs to detect if the server name is LiteSpeed.
In this case, you can either
1. Edit /opt/domainsetup.sh, remove line 310 to bypass the validation
https://github.com/litespeedtech/ls-cloud-image/blob/master/Setup/domainsetup.sh#L310
or
2. Apply certbot manually https://docs.litespeedtech.com/cloud/images/wordpress/#enable-https

CyberPanel is easier for users who need Email service and SSL applies in GUI.
 

Helem

New Member
#5
No, it should have no effect.

I see, because you are using Cloudflare which will hide the server name, and the setup script needs to detect if the server name is LiteSpeed.
In this case, you can either
1. Edit /opt/domainsetup.sh, remove line 310 to bypass the validation
https://github.com/litespeedtech/ls-cloud-image/blob/master/Setup/domainsetup.sh#L310
or
2. Apply certbot manually https://docs.litespeedtech.com/cloud/images/wordpress/#enable-https

CyberPanel is easier for users who need Email service and SSL applies in GUI.
Thanks in advance for help me out
i tryed turn off the following setting on cloudflare and still got the same erros:
Your SSL/TLS encryption mode is Off (not secure) off
HTTP Strict Transport Security (HSTS)
off
Enforce web security policy for your website.
TLS 1.3 off
Enable the latest version of the TLS protocol for improved security and performance.
Automatic HTTPS Rewrites off
Automatic HTTPS Rewrites helps fix mixed content by changing “http” to “https” for all resources or links on your web site that can be served with HTTPS.

I gonna try the tips you gave me
 

Helem

New Member
#6
I found a solution: the issue was cloudflare after you create an A-Record it put Proxied by default and you has to change to DNS only
1607554750284.png

i did use the command ufw allow 7080 for trying acess my imoveiscomluxo.com:7080 but take alot of time and end up
This site can’t be reached
imoveiscomluxo.com took too long to respond.

I wonder if this issue could be my router or not
 

Helem

New Member
#8
Thanks so much for being patient and try help me out, I must be really stupid because every time i read a documentation is so painful, i read and have a hard time undertanding. I manage to acess via IP-of-my-dropplet:7080, i gonna check if i can use Cloudflare Add the subdomain as a gray-clouded record via your Cloudflare DNS app to fix the issue.
 
Top