aeris / cryptcheck

Verify some SSL/TLS website or XMPP implementation
GNU Affero General Public License v3.0
185 stars 20 forks source link

TypeError in output #40

Open sauttefk opened 5 years ago

sauttefk commented 5 years ago
docker run --rm cryptcheck bin/check_https secuvera.de
37.200.97.38:443 [secuvera.de]
{
  [[stuff deleted]]
}/cryptcheck/lib/cryptcheck/tls.rb:8:in `block in aggregate': no implicit conversion of Hash into Array (TypeError)
    from /cryptcheck/lib/cryptcheck/tls.rb:8:in `each'
    from /cryptcheck/lib/cryptcheck/tls.rb:8:in `inject'
    from /cryptcheck/lib/cryptcheck/tls.rb:8:in `aggregate'
    from /cryptcheck/lib/cryptcheck/tls/https.rb:8:in `analyze'
    from bin/check_https.rb:9:in `<main>'