thesp0nge / dawnscanner

Dawn is a static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.
MIT License
737 stars 86 forks source link

certificate expired while gem installing #228

Closed zyong812 closed 6 years ago

zyong812 commented 6 years ago

When I install this gem by running gem install dawnscanner -P MediumSecurity, it prompts as follows:

ERROR:  While executing gem ... (Gem::Security::Exception)
    certificate /CN=ryand-ruby/DC=zenspider/DC=com not valid after 2017-09-26 01:57:35 UTC

It seems the certificate is expired. Could you please update the certificate?

thesp0nge commented 6 years ago

Hi @zyong812 unfortunately it's a certificate for a third party library

thesp0nge commented 6 years ago

Minitest I suspect

zyong812 commented 6 years ago

thanks anyway @thesp0nge