-
Published Question
Hi everyone,
Today one of my website get those email from Let`s Encrypt:
```
Hello,
Your certificate (or certificates) for the names listed below will expire in 10 days (on 18 Jul 19 17:40 +0000). Please make sure t...
Accepted Answer:
Hi,
You can run this code on your putty to get Automatic Update of Let's Encrypt Certificate.
sudo certbot renew --dry-run
Reference: Please refer this https://www.digitalocean.com/community/tutorials/how-to-secure-...
3
•
•
By
JeremyKen
Apache
Automated Setups
DigitalOcean
Initial Server Setup
Let's Encrypt
WordPress
Ubuntu 18.04
-
Published Answer
Bobby hi,
I know this fact: “`So no matter if you access http://test.org/ or https://www.test.org/ you would always be redirec…
•
By
JeremyKen
-
Published Question
In the file 000-default.conf (folder site enabled) I have those lines:
```
Added to mitigate CVE-2017-8295 vulnerability
UseCanonicalName On
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName te...
1
•
•
By
JeremyKen
WordPress
Apache
DigitalOcean
Ubuntu 18.04
-
Published Question
Hi everyone,
I need help with not easy redirect situation regarding my two websites:
So currently I have one website that works for example on this address:
https://www.test.org/ - on the general WordPress website ...
2
•
•
By
JeremyKen
Apache
DigitalOcean
Solutions
WordPress
Ubuntu 18.04
-
Published Answer
Yesterday I saw that left small issue - from this url https://test.org/ don`t work the redirect here: https://www.test.org/
I us…
•
By
JeremyKen
-
Published Question
Hello everyone.
I have some strange issue related to the redirect loop appearing.
For example, my website is https://www.test.org/ in the website general setting I have the same address:https://www.test.org/ in digi...
Accepted Answer:
Hello,
I believe that this might be an issue with your web application itself. You need to make sure that your application URL is setup correctly.
For example if you are using Wordpress you need to make sure that you ...
2
•
•
By
JeremyKen
Apache
Ubuntu 18.04
-
Published Answer
Hello,
Sure. For such kind of things better use cloudflare for maskin the real IP in order to make it more safty.
If you ar…
•
By
JeremyKen
-
Published Answer
Worked, thanks!
•
By
JeremyKen
-
Published Answer
Thanks
•
By
JeremyKen
-
Published Answer
Hi,
I suppose that first of all important to find out if a site is down for real or if it’s just for you. Please try it first: …
•
By
JeremyKen
-
Published Question
I've been trying to get SSL running on my domain. I believe I have Apache set up properly and installed Lets Encrypt using DO's official tutorial. Before the websiter is working correctly with http and https requests ...
Accepted Answer:
Hey friend,
I might suggest that the server isn't responding to external requests on port 443. What happens if you run this inside the droplet?
curl -I https://localhost
If you get "Connection refused" then you know...
2
•
•
By
JeremyKen
Apache
Ubuntu