-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Bad SSL certificate for jRuby for http://rails-assets.org #3847
Comments
see #3764 not sure where the problem is with you, but for me it looks again like the jdk version |
@mkristian So the solution is to downgrade to JDK 7? |
there has been previous issues with CA certificates on rails-assets.org ... maybe you should look around |
@lephyrius recently I had a case where someone installed a openjdk8 debian package but the installation came with very old certificates and could not reach https://repo2.apache.org. in your case jdk7 could help, or latest jdk8, etc |
I'm seeing the exact same issue. I've also tried a number of different things myself, but to no avail. Has anyone come up with a solution on this one? |
@papricek The workaround that they give for using @snowdall I had a similar problem with Ruby on Windows (MRI). Try downloading the |
I believe that this issue is mainly caused by out of date CA certificates. This problem isn't exclusive to JRuby either, so it might not belong on JRuby's issue tracker (see this StackOverFlow issue). Anyone having this issue might also take a look at this workaround from rvm.io. |
The JVM tends to use its own certs for verification. There's various ways to update them...not knowing your platform, I'll let you search it up. If it turns out we're still not working right, we can reopen this issue. |
Environment
jruby 9.1.0.0 (2.3.0) 2016-05-02 a633c63 Java HotSpot(TM) 64-Bit Server VM 25.92-b14 on 1.8.0_92-b14 +jit [darwin-x86_64]
Installed jRuby with RBenv and ruby-build using homebrew.
Bundler installed.
Expected Behavior
Gemfile
Run bundle
Installs the rails assets ruby gem.
Actual Behavior
This error message doesn't apply to jRuby:
So this might only be a documentation issue? Or is it a issue with rails assets?
The text was updated successfully, but these errors were encountered: