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

SSL Projected KeyFile - LoadX509KeyPair method can't work if the keyFile have password #157

Open
djuntgen opened this issue Feb 18, 2016 · 2 comments

Comments

@djuntgen
Copy link

If a protected key file is given, ssl will not initialize, the following error is presented:

2016-02-18 12:55:29 INFO Starting HTTPS listener
2016-02-18 12:55:29 FATAL crypto/tls: failed to parse private key
  • Fix - Like Apache, prompt for key file password on start
  • I believe the fix is documented here
  • line of code: ssl.go#L106
@shlomi-noach
Copy link
Contributor

@grierj please review the above. Are you interested in taking over this issue?

@grierj
Copy link
Contributor

grierj commented Feb 22, 2016

@shlomi-noach Sure, I'll probably have a little time starting later this week to take a look at it.

sjmudd pushed a commit to sjmudd/outbrain-orchestrator that referenced this issue Dec 27, 2016
…x-length

removing commonSuffixLength() logic
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

3 participants