konklone / shaaaaaaaaaaaaa

Check if a website has weak SHA-1 TLS certificates.
https://shaaaaaaaaaaaaa.com
BSD 3-Clause "New" or "Revised" License
207 stars 27 forks source link

Error checking domain that only responds to www #70

Closed konklone closed 10 years ago

konklone commented 10 years ago

(update: domain anonymized for posterity)

I'm looking into it now:

$ ./bin/shaaaaaaaaaaaaa example.com

{
  "error": true,
  "domain": "example.com",
  "message": "Unexpected error"
}

And https://shaaaaaaaaaaaaa.com/api/check/example.com yields:

{
  "error": {
    "killed": false,
    "code": 1,
    "signal": null
  },
  "message": "Command failed: connect: Connection refused\nconnect:errno=111\n"
}
konklone commented 10 years ago

Ahhhh, sorry. The issue is the domain only responds to https://www.example.com, and not the bare domain.

jonnybarnes commented 10 years ago

I assume when you wrote https://shaaaaaaaaaaaaa.com/api/check/konklone.com you meant https://shaaaaaaaaaaaaa.com/api/check/example.com

konklone commented 10 years ago

Yes -- updated the description to say that.