-
Published Question
Apache 2.4.46; Ubuntu 16.04
I have set
SSLProtocol -all +TLSv1.2 +TLSv1.3
In
/etc/apache2/mods-enabled/ssl.conf
And restarted, but it doesn't seem to have enabled TLS 1.3
Accepted Answer:
Hi @MPA,
Make sure you've added it inside the module mod_ssl.c
<IfModule mod_ssl.c>
---Code goes here
</IfModule>
Another thing, check if the ssl.conf file in mods-enabled has a symlink to mods-available
ssl.conf -...
1
•
•
By
MPA
Apache
Let's Encrypt
Security
Ubuntu 16.04
-
Published Answer
Issue seemed to be with ownership of the file.
Solution
https://ubuntuforums.org/showthread.php?t=2406453
Accepted Answer:
Issue seemed to be with ownership of the file.
Solution
https://ubuntuforums.org/showthread.php?t=2406453
•
By
MPA
-
Published Question
I for the life of me cannot figure out the issue. journalctl -xe says
```
Failed to start OpenBSD Secure Shell service
Unit ssh.service failed
ssh.service: Unit entered failed state.
ssh.service: Failed with result 's...
Accepted Answer:
Issue seemed to be with ownership of the file.
Solution
https://ubuntuforums.org/showthread.php?t=2406453
2
•
•
By
MPA
WordPress
Ubuntu 16.04
-
Published Question
Currently on Ubuntu 16.04 with WordPress and I tried do-release-upgrade and answered yes to everything. But the site pages were no longer visible after the update. So I reverted back to a previous snapshot.
What is t...
1
•
•
By
MPA
Apache
WordPress
Ubuntu 16.04
-
Published Question
I added the below to the vhost for each domain but when I update the cert then run it on ssllabs it says TLS v 1.0 is still on.
SSLProtocol -all +TLSv1.1 +TLSv1.2
Protocols h2 http/1.1
1
•
•
By
MPA
Apache
Let's Encrypt
WordPress
Ubuntu 16.04
-
Published Answer
+1
•
By
MPA
-
Published Question
Hello,
I have a WordPress site on apache web server with Let's Encrypt certbot running. Is it possible to setup Nginx reverse proxy on top of existing setup?
Accepted Answer:
Yes, you can do this in a single droplet or in a multi-droplet configuration.
In in a single droplet config you will need to update your Apache config for your WordPress site updating the port number. This could be a...
2
•
•
By
MPA
Apache
Nginx
Let's Encrypt
Ubuntu 16.04
-
Published Question
Hello,
I installed one click app for WordPress and it doesn't seem to send any emails when I setup the user account. How can I fix this issue?
Thanks!
Accepted Answer:
@MPA In that case it means that your Droplet has SMTP blocked. Unfortunately due to abuse issues some accounts have SMTP blocked default. Please open a support ticket and the team will take care of this right away!
2
•
•
By
MPA
WordPress
Ubuntu 16.04