-
Notifications
You must be signed in to change notification settings - Fork 48
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
Cannot read property _getEncoder of undefined when parsing staging letsencrypt certs #16
Comments
Updated title. It happens when testing staging letsencrypt certificates. |
Hello! Is there any way to reproduce this issue? |
I just tried and I cannot reproduce it for some reason. Maybe there was a streak of "bad" certificates, unfortunately (stupid me) I purged that staging dir. However we can point out one problem with node-ocsp that could make it better:
This throws a sync exception and I believe the exception should be async if the interface is indeed async. |
I think I have managed to reproduce the issue. Please consider running |
Please open an issue for API thing separately ;) |
This error is still happening with latest from master when running |
@lionello which node.js version are you using? Could you please gist output of |
https://gist.github.com/lionello/e51c0b66a4db2686dadad8db37dcf551 Check |
Ideas?
The text was updated successfully, but these errors were encountered: