You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal: Can't load ssl_cert: error:0906D066:PEM routines:PEM_read_bio:bad end line
I think it worked correctly a few months ago, but stopped working recently. I noticed it broke my service when I renewed some cert today. It is possible that Let's Encrypt changed the way they return certificates - maybe they stopped adding those newlines on their side.
The text was updated successfully, but these errors were encountered:
It is possible that Let's Encrypt changed the way they return
certificates - maybe they stopped adding those newlines on their side.
Probably, or perhaps something changed in one of the libraries we depend
on -- nothing has changed in simp_le itself. I'd be fine with adding the
newline back in ourselves, but won't make promises as to when I'll get
around to it. Patches welcome.
Please ensure that the pem files generated by simp_le always end with a newline, so they can be joined together just by using cat. For example:
It should create a valid pem file, but instead it creates a file looking like this:
Which causes errors like for example:
I think it worked correctly a few months ago, but stopped working recently. I noticed it broke my service when I renewed some cert today. It is possible that Let's Encrypt changed the way they return certificates - maybe they stopped adding those newlines on their side.
The text was updated successfully, but these errors were encountered: