Skip to content

Simplify certbot error messages - #4133

Merged
jvstme merged 1 commit into
masterfrom
issue_4126_simplify_certbot_error_messages
Aug 12, 2026
Merged

Simplify certbot error messages#4133
jvstme merged 1 commit into
masterfrom
issue_4126_simplify_certbot_error_messages

Conversation

@jvstme

@jvstme jvstme commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Switch to shorter single-line errors, suitable for events.

Before:

$ dstack apply -y
Error obtaining test.example.com TLS certificate:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v
for more details.

After:

$ dstack apply -y
Error obtaining test.example.com TLS certificate: Some challenges have failed.

#4126

Switch to shorter single-line errors, suitable for
potential run termination reason messages.

Before:

```shell
$ dstack apply -y
Error obtaining test.example.com TLS certificate:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v
for more details.
```

After:

```shell
$ dstack apply -y
Error obtaining test.example.com TLS certificate: Some challenges have failed.
```
@jvstme
jvstme merged commit 56621ac into master Aug 12, 2026
27 checks passed
@jvstme
jvstme deleted the issue_4126_simplify_certbot_error_messages branch August 12, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant