cinergi has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
I'm trying to debug the following error in a perl script that manipulates X509 certificates.
RSA.xs:194: OpenSSL error: no start line
My research suggests this is usually due to the certificate files not having the correct text encoding for the platform (UTF-8 for Windows in my case). However, I can read the certificates just fine using "openssl x509 -text -inform PEM -in <certfile>" from the command line, so this doesn't seem to be the case. What other causes does this error have?
In case it doesn't show, I'm a total perl newbie. Just trying to get a script running (I did not write it).
Thanks!
cinergi
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: RSA.xs:194: OpenSSL error: no start line
by daxim (Curate) on Oct 15, 2019 at 08:37 UTC | |
|
Re: RSA.xs:194: OpenSSL error: no start line
by Anonymous Monk on Oct 16, 2019 at 13:07 UTC |