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

Problems with loading .PEM data if there are any comments/text before the -----BEGIN CERTIFICATE----- marker #1659

Closed
krestenk opened this issue May 19, 2021 · 1 comment

Comments

@krestenk
Copy link

This issue showed up at updates from 2.0.30 to 2.0.31 (or 3.0.8) because we happend to have a Root certificate we loaded which had the subject and issuer in the header.

I suspect from the changes that it is the fix for this issue: #1568 which caused this.

From my testing it is any text which is not whitespace before the marker which triggers this, the actual certificate does not appear to matter.

@terrafrost
Copy link
Member

0a2dc24 should fix this.

Thanks!

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

No branches or pull requests

2 participants