Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: RSA.xs:194: OpenSSL error: no start line

by daxim (Curate)
on Oct 15, 2019 at 08:37 UTC ( [id://11107468]=note: print w/replies, xml ) Need Help??


in reply to RSA.xs:194: OpenSSL error: no start line

You get much higher quality answers if you enable us to reproduce the problem (sscce, mcve). As the question stands now, only guessing is possible. Please edit it to add the relevant details.
files not having the correct text encoding
PEM files in text form are ASCII, that can't be the problem.
just fine using "openssl
The Perl code might not use the same library as the command-line tool, please verify.
› openssl version › perl -mNet::SSLeay -E "say for Net::SSLeay->VERSION, sprintf q(%X), +Net::SSLeay::SSLeay"
If the certificate is in actual use, https://github.com/noxxi/p5-ssl-tools can be helpful.

What is the opinion of gnutls about the file?

› certtool -i < somefile.pem

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11107468]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-25 15:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found