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

appveyor build fails due to openssl error #1

Open
mike10004 opened this issue Feb 12, 2018 · 0 comments
Open

appveyor build fails due to openssl error #1

mike10004 opened this issue Feb 12, 2018 · 0 comments

Comments

@mike10004
Copy link
Owner

When you run AutoCertificateAndKeySourceTest, openssl exits with status 1 and

Error outputting keys and certificates
2368:error:0907E06F:PEM routines:do_pk8pkey:read key:crypto/pem/pem_pk8.c:83:

is printed on stderr.

This is in the step where we produce a PEM file from a PKCS12 file.

This can be reproduced with the openssl executable version 1.1.0f from Strawberry Perl 5.26.1.1. On my local machine I can successfully generate the PEM file with OpenSSL 1.0.1h, from an earlier Strawberry Perl.

The same error occurs with the openssl.light package version 1.1.0.60000000 from Chocolatey.

Currently we just skip that step (and skip installing Strawberry Perl at all) in the appveyor configuration.

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

1 participant