{% extends 'squid/general/general.html' %} {% block toolbar_version %}class="active"{%endblock%} {% block page_comment %}

Squid version and compilation information are shown below.

{% endblock %} {% block page_content %}
{{version.get_str}}
{% if not sslbump_capable %}

ERROR: this Squid instance is not capable of HTTPS filtering. Please take a look at our documentation site for the instructions on how to install the HTTPS filtering capable Squid version.

{%endif%}
{% endblock %}