Hi I am looking for a SSL Certificate check that does SNI.
I've tried Certificates-Expiry, I get results but doesn't support SNI.
Now I am trying SSL Certificate Lookup. The .py script seems to have provision for SNI but I am not getting any results nor any errors. Everything is empty.
| makeresults
| eval url = "mywebsite.com"
| lookup sslcert_lookup dest AS url
What am I missing?
Cheers
Andre