SSL/TLS enrichment failed or is unavailable.
{% if ssl_tls and ssl_tls.error %}{{ ssl_tls.error }}
{% endif %}
{# -------- 2) Skipped branch -------- #}
{% elif ssl_tls.skipped %}
Skipped
{% if ssl_tls.reason %}{{ ssl_tls.reason }}{% endif %}
{{ ssl_tls|tojson(indent=2) }}
{{ probe.hostname }}:{{ probe.port }}
{% endif %}
No probe data.
{% else %}| Version | Status | Selected Cipher | Latency |
|---|---|---|---|
| {{ v }} | {% if r and r.supported %} Supported {% else %} Not Supported {% endif %} | {% if r and r.selected_cipher %} {{ r.selected_cipher }} {% elif r and r.error %} ({{ r.error }}) {% else %} — {% endif %} | {% if r and r.handshake_seconds is not none %} {{ '%.0f' % (r.handshake_seconds*1000) }} ms {% else %} — {% endif %} |
{{ crtsh.hostname or 'n/a' }}
{% if crtsh.root_domain %}
• Root:
{{ crtsh.root_domain }}
{% if crtsh.is_root_domain %}
Root
{% else %}
Subdomain
{% endif %}
{% endif %}
{% endif %}
No CT data.
{% else %}No active host certs found.
{% endif %}No wildcard/root certs found.
{% endif %}{{ ssl_tls|tojson(indent=2) }}