{% extends 'squid/ssl/missing/base.html' %} {% block toolbar_ssl_missing_domain %}class="active"{%endblock%} {% block ssl_missing_desc %}
Sometimes the remote HTTPS server is not configured correctly and it does not send intermediate certificates upon connection. When Squid proxy connects to such misconfigured servers it gives the X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY error (see this documentation article for more information).
Use this list to manage intermediate certificates trusted by this proxy box. Missing intermediate certificates will be concatenated to /opt/websafety/etc/foreign_intermediate_certs.pem file and used for HTTPS decryption. Click the Backup button to download the concatenated intermediate storage file to your local computer.
{% endblock %} {% block addnew_href%}{% url 'squid:ViewSslIntermediateCertCreate' %}{%endblock%} {% block edit1_href%}{% url 'squid:ViewSslIntermediateCertUpdate' object.pk %}{%endblock%} {% block edit2_href%}{% url 'squid:ViewSslIntermediateCertUpdate' object.pk %}{%endblock%}