Skip to content

Fix LetsEncrypt breakage following discontinued support for sending expiration notifications#76

Open
sasani72 wants to merge 1 commit into
afosto:masterfrom
sasani72:master
Open

Fix LetsEncrypt breakage following discontinued support for sending expiration notifications#76
sasani72 wants to merge 1 commit into
afosto:masterfrom
sasani72:master

Conversation

@sasani72

@sasani72 sasani72 commented Jun 5, 2025

Copy link
Copy Markdown

Let's Encrypt no longer supports sending expiration notifications with contact info. This PR fixes the error.

Ref:
https://letsencrypt.org/2025/01/22/ending-expiration-emails/
https://community.letsencrypt.org/t/support-ended-for-expiration-notification-emails/238173

@sasani72 sasani72 changed the title remove contact in account constructor Fix LetsEncrypt breakage following discontinued support for sending expiration notifications Jun 5, 2025
@bessone

bessone commented Jun 6, 2025

Copy link
Copy Markdown
Contributor

Hello,

i'm working on the same issue and just found your PR.

Tested succesfully and is already working in production.

Thanks!

@sasani72

sasani72 commented Jun 6, 2025

Copy link
Copy Markdown
Author

Hello,

i'm working on the same issue and just found your PR.

Tested succesfully and is already working in production.

Thanks!

Happy to hear it was helpful!

@bakkerpeter hope you see this and be willing to merge it.

@skyracer2012

Copy link
Copy Markdown

For anyone needing a fix right now until the maintainer merge this you can use the following:
I suggest forking it yourself so you don't have to trust a third-party

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/sasani72/yaac"
    }
],
"require": {
    "afosto/yaac": "dev-master"
}

lordelph added a commit to lordelph/yaac that referenced this pull request Jul 9, 2025
Temporary fix for afosto#76
lordelph added a commit to lordelph/yaac that referenced this pull request Jul 9, 2025
temp fix following afosto#76

@binsky08 binsky08 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • works and looks good, thanks for the pr
  • nice to know: getContact() is not called within this lib -> no internal side effects

@mkriegeskorte

Copy link
Copy Markdown

Thanks for providing a fix for that.

Is there any expected timeframe when this will go into a new release?

@IvanKalashnikov

Copy link
Copy Markdown

any news here?

@malohtie

malohtie commented Nov 3, 2025

Copy link
Copy Markdown

can we merge this ???

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.

7 participants