-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Certificate not trusted #923
Comments
This is an another case of #402 . The CC: @bnoordhuis @indutny |
A good news is that a patch to fix has just been landed in the upstream master. http://rt.openssl.org/Ticket/Display.html?id=3637&user=guest&pass=guest . I will try to backport it to 1.0.2 and tests if the issue is resolved. |
Thanks much! |
Confirmed that the issue was resolved with 4ffbc5bebfbcfaf7e15efb957f9f00bfe237b924 and 0aa79f6e7be1021176253b0e65b43b6e6bc4e69c in https://github.com/shigeki/io.js/tree/GH-923 .
@indutny @bnoordhuis Can we take these patch to openssl-1.0.2 . My upgrading work is almost finished and only writing a doc is remained. |
@shigeki hell yes! Let's do it! |
Just wondering the status on this? are we just waiting on openssl to merge? |
@corbinu Sorry for waiting. I'm working on it but it's not finished yet. I will submit a PR to add |
The host of melissadata.net has a cross root certification between Starfield Class 2 and ValiCert Class 2. OpenSSL-1.0.1 only looks up a cert chain to the deprecated ValiCert Class 2 CA and causes untrusted error. We add it for a short-term remedy and it is to be removed after upgrading OpenSSSL-1.0.2 and applying private patches to support alternative cert chains. See nodejs#402 and nodejs#589. Fixes: nodejs#923
Thanks very much for your time on this! |
The host of melissadata.net has a cross root certification between Starfield Class 2 and ValiCert Class 2. OpenSSL-1.0.1 only looks up a cert chain to the deprecated ValiCert Class 2 CA and causes untrusted error. We add it for a short-term remedy and it is to be removed after upgrading OpenSSSL-1.0.2 and applying private patches to support alternative cert chains. See #402 and #589. Fixes: #923 PR-URL: #1135 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@shigeki Thanks so much work like a charm |
Hello,
I am having an issue where iojs returns a 'Certificate not trusted error' This does not return in node 0.12. I am trying to figure out if this is something wrong with the cert or something wrong iojs
Thanks for any help you can give.
The request is to address.melissadata.net
Here is the output from openssl verifying the cert
The text was updated successfully, but these errors were encountered: