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:
- Initiate a query for
photos.google.com
- 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