Benjamin_Loison opened issue Benjamin_Loison/xviewer#7 2024-11-16 20:32:41 +01:00
*Open with* does not switch to the given software if it is already running
Benjamin_Loison commented on issue Benjamin_Loison/certbot#6 2024-11-15 13:57:32 +01:00
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

Benjamin_Loison commented on issue Benjamin_Loison/certbot#6 2024-11-15 13:46:07 +01:00
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.

Benjamin_Loison commented on issue Benjamin_Loison/certbot#6 2024-11-15 13:42:20 +01:00
Add redirection from HTTP to HTTPS

DuckDuckGo search certbot redirect without domain name.

Benjamin_Loison commented on issue Benjamin_Loison/certbot#6 2024-11-15 13:41:41 +01:00
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…
Benjamin_Loison commented on issue Benjamin_Loison/certbot#6 2024-11-15 13:40:12 +01:00
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…
Benjamin_Loison opened issue Benjamin_Loison/certbot#8 2024-11-15 13:35:34 +01:00
Track HTTPS: Are certbot --hsts and --uir permanent?
Benjamin_Loison opened issue Benjamin_Loison/certbot#7 2024-11-15 13:29:23 +01:00
Track HTTPS: What difference between certbot --hsts and --uir?
Benjamin_Loison commented on issue Benjamin_Loison/certbot#6 2024-11-15 13:27:05 +01:00
Add redirection from HTTP to HTTPS
certbot --help enhance
Output:
usage: 

  certbot enhance [options]

options:
  -h, --help            show this help message and exit
 …
Benjamin_Loison opened issue Benjamin_Loison/certbot#6 2024-11-15 13:26:33 +01:00
Add redirection from HTTP to HTTPS
Benjamin_Loison commented on issue Benjamin_Loison/certbot#5 2024-11-15 13:25:27 +01:00
*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…
Benjamin_Loison closed issue Benjamin_Loison/certbot#5 2024-11-15 13:25:27 +01:00
*Certbot doesn't know how to automatically configure the web server on this system.*
Benjamin_Loison commented on issue Benjamin_Loison/certbot#5 2024-11-15 13:24:59 +01:00
*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 &…
Benjamin_Loison commented on issue Benjamin_Loison/certbot#5 2024-11-15 13:24:01 +01:00
*Certbot doesn't know how to automatically configure the web server on this system.*
certbot --help
Output:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  certbot [SUBCOMMAND] [options] [-d…
Benjamin_Loison commented on issue Benjamin_Loison/certbot#5 2024-11-15 13:23:34 +01:00
*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...…
Benjamin_Loison commented on issue Benjamin_Loison/certbot#5 2024-11-15 13:21:04 +01:00
*Certbot doesn't know how to automatically configure the web server on this system.*

DuckDuckGo search "the certbot apache plugin is not installed".

Benjamin_Loison commented on issue Benjamin_Loison/certbot#5 2024-11-15 13:18:51 +01:00
*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…
Benjamin_Loison commented on issue Benjamin_Loison/certbot#5 2024-11-15 13:17:58 +01:00
*Certbot doesn't know how to automatically configure the web server on this system.*
certbot --help
Output:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  certbot [SUBCOMMAND] [options] [-d…
Benjamin_Loison commented on issue Benjamin_Loison/certbot#5 2024-11-15 13:17:35 +01:00
*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,…