-
Notifications
You must be signed in to change notification settings - Fork 81
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
certs + private keys location is not in line with MRI #49
Comments
that should be actually smt intended see b914091 ... and issues such as jruby/jruby#1953 |
reverted in 0.9.10 ... aa35fb9 |
see also discussion on this here: 1d3ba21#commitcomment-12800429 |
This was referenced Sep 10, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MRI seems to inherits this from openssl
currently things do follow this partially:
ubuntu does link the /usr/lib/ssl/ files to /etc/ssl
so altogether jruby-openssl do use the openssl directories and just fall back on $JAVA_HOME/lib/security/cacerts if there is a not other cacerts.
The text was updated successfully, but these errors were encountered: