-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
OCSP requests received with cert=issuer=null when server started with PFX #4127
Labels
tls
Issues and PRs related to the tls subsystem.
Comments
/cc @nodejs/crypto |
Confirmed, working on a fix. |
indutny
added a commit
to indutny/io.js
that referenced
this issue
Dec 5, 2015
Load the certificate chain from the PFX file the same as we do it for a regular certificate chain. Fix: nodejs#4127
@djphoenix may I ask you to give a try to this patch, please ? #4165 |
indutny
added a commit
to indutny/io.js
that referenced
this issue
Dec 6, 2015
Perfect work, @indutny! |
Will fix release for 5.x only, or 4.x too? |
@djphoenix 4.x too |
Fishrock123
pushed a commit
to Fishrock123/node
that referenced
this issue
Dec 22, 2015
Load the certificate chain from the PFX file the same as we do it for a regular certificate chain. Fix: nodejs#4127 PR-URL: nodejs#4165 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Fishrock123
pushed a commit
to Fishrock123/node
that referenced
this issue
Jan 6, 2016
Load the certificate chain from the PFX file the same as we do it for a regular certificate chain. Fix: nodejs#4127 PR-URL: nodejs#4165 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
scovetta
pushed a commit
to scovetta/node
that referenced
this issue
Apr 2, 2016
Load the certificate chain from the PFX file the same as we do it for a regular certificate chain. Fix: nodejs#4127 PR-URL: nodejs#4165 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test script: https://git.phoenix.dj/snippets/6
Place it into folder that contains:
openssl pkcs12 -export -in cer.cer -inkey cer.key -certfile ca.cer -out cer.pfx -password pass:
)Then run
node ocsptest.js
On work PC (Mac OS X EI Capitan, homebrew version):
On my server (Debian GNU/Linux 8, deb.nodesource.com/node_4.x):
VMware (Debian GNU/Linux 8, deb.nodesource.com/node_5.x):
The text was updated successfully, but these errors were encountered: