- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Mise à jour impossible
Element on Xiaomi Mi A3
Maybe related to Benjamin_Loison/tchap-android/issues/2.
*Open with* does not switch to the given software if it is already running
Add redirection from HTTP to HTTPS
Adding to /etc/apache2/sites-enabled/000-default.conf
:
Redirect permanent / https://XXX.XXX.XXX.XXX
Source: [the Stack Overflow answer 16201658](https://stackoverflow.com/a/162016…
Add redirection from HTTP to HTTPS
Could just disable HTTP but it is nice as a shortcut and more user-friendly approach to just redirect.
Add redirection from HTTP to HTTPS
/var/log/letsencrypt/letsencrypt.log
:
2024-11-15 12:37:38,291:DEBUG:certbot._internal.main:certbot version: 2.9.0
2024-11-15 12:37:38,291:DEBUG:c…
Add redirection from HTTP to HTTPS
sudo certbot enhance --redirect
Output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
No existing certificates found.
Ask for help…
Track HTTPS: Are
certbot
--hsts
and --uir
permanent?
Track HTTPS: What difference between
certbot
--hsts
and --uir
?
Add redirection from HTTP to HTTPS
certbot --help enhance
Output:
usage:
certbot enhance [options]
options:
-h, --help show this help message and exit
…
Add redirection from HTTP to HTTPS
*Certbot doesn't know how to automatically configure the web server on this system.*
sudo certbot
Output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Please enter the domain name(s) you would like on your…
*Certbot doesn't know how to automatically configure the web server on this system.*
*Certbot doesn't know how to automatically configure the web server on this system.*
diff
:
17c17
< (the certbot apache plugin is not installed)
---
> --apache Use the Apache plugin for authentication &…
*Certbot doesn't know how to automatically configure the web server on this system.*
certbot --help
Output:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
certbot [SUBCOMMAND] [options] [-d…
*Certbot doesn't know how to automatically configure the web server on this system.*
sudo apt install -y python3-certbot-apache
Output:
Reading package lists... Done
Building dependency tree... Done
Reading state information...…
*Certbot doesn't know how to automatically configure the web server on this system.*
DuckDuckGo search "the certbot apache plugin is not installed"
.
*Certbot doesn't know how to automatically configure the web server on this system.*
ls -lh /etc/apache2/sites-enabled
Output:
total 0
lrwxrwxrwx 1 root root 35 Oct 12 02:27 000-default.conf -> ../sites-available/000-default.con…
*Certbot doesn't know how to automatically configure the web server on this system.*
certbot --help
Output:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
certbot [SUBCOMMAND] [options] [-d…
*Certbot doesn't know how to automatically configure the web server on this system.*
certbot
Output:
The following error was encountered:
[Errno 13] Permission denied: '/var/log/letsencrypt/.certbot.lock'
Either run as root,…