John Thomas
John Thomas
I am having issues on Firefox `59.0b12` (dev edition)
So I am not sure if this fixes your issue @btkramm , but I had the same error when I was using an incorrect domain. The documentation is a little...
@JasonLunn use the Java cacert file instead... It's much faster to parse
We set this at startup: ``` ruby ENV['SSL_CERT_FILE']='/usr/java/latest/jre/lib/security/cacerts' ``` Its much faster. You can checkout the benchmarks I reported in this issue: https://github.com/jruby/jruby/issues/4238 Look at the bench2.rb file and results...