wiki:certbot_troubleshooting
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:certbot_troubleshooting [2021/07/13 09:25] – add SEC_ERROR_UNKNOWN_ISSUER antisa | wiki:certbot_troubleshooting [2024/06/12 08:29] (current) – [References] add https://letsencrypt.org/docs/ipv6-support/ antisa | ||
---|---|---|---|
Line 2: | Line 2: | ||
====== Letsencrypt certbot troubleshooting ====== | ====== Letsencrypt certbot troubleshooting ====== | ||
- | * certbot first establishes connection over ipv6. If you are getting timeout errors check firewall for ipv6 https access or set network stack to prefer ipv4 over ipv6 | + | * certbot first establishes connection over ipv6. If you are getting timeout errors check firewall for ipv6 https access or set network stack to [[wiki: |
* Make sure that you can access a file path under webserver root as certbot uses .well-acme folder inside it to fetch the token it uses to check the owner of domain/ | * Make sure that you can access a file path under webserver root as certbot uses .well-acme folder inside it to fetch the token it uses to check the owner of domain/ | ||
Line 9: | Line 9: | ||
* Certbot only works on default ports, 80 and 443. Check if the Listen directive has a different port if you get " | * Certbot only works on default ports, 80 and 443. Check if the Listen directive has a different port if you get " | ||
+ | |||
+ | * When using the [[https:// | ||
+ | |||
+ | when: sample_com_challenge is changed and ' | ||
+ | |||
+ | otherwise the step will fail with this error | ||
+ | < | ||
+ | TASK [letsencrypt : Implement http-01 challenge files] *********************************************************************************************************** | ||
+ | fatal: [1.1.1.1]: FAILED! => | ||
+ | msg: |- | ||
+ | The task includes an option with an undefined variable. The error was: 'dict object' | ||
+ | | ||
+ | |||
+ | </ | ||
===== Failed authorization procedure.... ===== | ===== Failed authorization procedure.... ===== | ||
Line 37: | Line 51: | ||
* [[wiki: | * [[wiki: | ||
====== References ====== | ====== References ====== | ||
+ | * https:// | ||
+ | * https:// | ||
wiki/certbot_troubleshooting.1626168334.txt.gz · Last modified: 2021/07/13 09:25 by antisa