Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
cesar_zambudio
Partner - Contributor
Partner - Contributor

Qlik NPrinting SSL Certificate problem

Qlik NPrinting webconsole not work after upload signed certificate.

Please, see attached log file, there is an error: 

server error="tls: failed to parse private key"

Can you help me? 

Thanks a lot. 

Best Regards,

César.

 

Labels (2)
1 Solution

Accepted Solutions
Lucas_Gatling
Support
Support

Cesar, 

 

Have you tried removing the private key?

 

openssl rsa -in key.pem -out key.unencrypted.pem -passin pass:TYPE_YOUR_PASS

 

Take a look at this thread: https://github.com/stellar/go/issues/64

If the issue is solved please mark the answer with Accept as Solution.

View solution in original post

2 Replies
Lucas_Gatling
Support
Support

Cesar, 

 

Have you tried removing the private key?

 

openssl rsa -in key.pem -out key.unencrypted.pem -passin pass:TYPE_YOUR_PASS

 

Take a look at this thread: https://github.com/stellar/go/issues/64

If the issue is solved please mark the answer with Accept as Solution.
cesar_zambudio
Partner - Contributor
Partner - Contributor
Author

Lucas, Thank you a lot!