Skip to content

SSL of subdomains covered by a wildcard certificate is not detected #23

@mboduroff

Description

@mboduroff

Summary

If I have a wildcard SSL certificate for domain.com, the SSL is listed when querying domain.com, but not sub.domain.com.

Steps to reproduce:

  1. Initiate a query for photos.google.com
  2. Observe the SSL check results

Expected result:

The SSL certificate covering photos.google.com (a wildcard one) is listed

  • logic: if a subdomain has no SSL certificate, query a higher level domain (e.g. the main domain) recursively until an SSL is found. Still, it is possible that a domain does not have an SSL - so if the main domain still does not have a detected SSL certificate, the No SSL certificate found. message is shown to the user

Current result:

No SSL certificate found. is shown to the user

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions