Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security/acme-client: fix node no longer exists error #682

Merged
merged 2 commits into from
May 19, 2018

Conversation

fraenki
Copy link
Member

@fraenki fraenki commented May 19, 2018

Fixes #333.

This workaround solved the issue in an artificial test scenario. Let's hope it fixes this annoyance for everyone.

@fraenki fraenki added the feature Adding new functionality label May 19, 2018
@fraenki fraenki self-assigned this May 19, 2018
@fraenki
Copy link
Member Author

fraenki commented May 19, 2018

Performed a final test without the patch, which immediately triggered the well-known error after processing the first certificate:

root@opnsense:~ # /usr/local/opnsense/scripts/OPNsense/AcmeClient/certhelper.php -a sign -A -C

Warning: cert_action_validator(): Node no longer exists in /usr/local/opnsense/scripts/OPNsense/AcmeClient/certhelper.php on line 122

After applying the patch the error is gone.

@fraenki fraenki merged commit 137ef63 into opnsense:master May 19, 2018
@fraenki
Copy link
Member Author

fraenki commented May 19, 2018

@fichtner Please merge this version for the next OPN release :)

@fichtner
Copy link
Member

Done, see 4274445c533

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding new functionality
Development

Successfully merging this pull request may close these issues.

security/acme-client: Node no longer exists warnings
2 participants