We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting some test failures this week because of a certificate error when Travis-CI is setting up solr_wrapper:
rake aborted! 1522OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (certificate has expired) 1523/home/travis/build/joelakes/TCD-Hyrax-Web-App/vendor/bundle/ruby/2.5.0/gems/solr_wrapper-2.2.0/lib/solr_wrapper/configuration.rb:105:in `mirror_url'
All was working fine last week.
I tried updating my solr_wrapper gem to version 3.1.2 but got the same error.
I eventually got a workaround, by inserting a new mirror_url: https://archive.apache.org/dist/
Has the certificate expired? Anybody else having this issue?
Thanks, Joe
travis log.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting some test failures this week because of a certificate error when Travis-CI is setting up solr_wrapper:
rake aborted!
1522OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (certificate has expired)
1523/home/travis/build/joelakes/TCD-Hyrax-Web-App/vendor/bundle/ruby/2.5.0/gems/solr_wrapper-2.2.0/lib/solr_wrapper/configuration.rb:105:in `mirror_url'
All was working fine last week.
I tried updating my solr_wrapper gem to version 3.1.2 but got the same error.
I eventually got a workaround, by inserting a new mirror_url: https://archive.apache.org/dist/
Has the certificate expired? Anybody else having this issue?
Thanks,
Joe
travis log.txt
The text was updated successfully, but these errors were encountered: