{% extends 'squid/tools/index.html' %} {% block toolbar_sslservertest %}class="active"{%endblock%} {% block non_box_contents %}
{{stack}}
Admin UI made successful HTTPS connection to the remote domain {{server}} only after downloading missing certificates. Presented chain of SSL certificates was incomplete. Squid may have problems decrypting connections to this domain. See certificate marked in red for more information below.
Admin UI made successful HTTPS connection to the remote domain {{server}}. Presented chain of SSL certificates was successfully verified using default trusted root certification authorities store on this proxy machine. Squid should have no problems decrypting connections to this domain.
Serial Number | {{cert.hex_sn}} |
Subject | {{cert.x509.get_subject.commonName}} |
Alternative Subject Names | {{cert.subjectAltNames}} |
Issuer | {{cert.x509.get_issuer.commonName}} |
Period of Validity | Begins on {{cert.x509.get_notBefore}} | Expires on {{cert.x509.get_notAfter}} |
Authority Info Access | {{cert.extensions.authorityInfoAccess}} |
Signature algorithm | {{cert.x509.get_signature_algorithm}} |
Is Certificate Authority | {{cert.is_ca}} |