{% extends 'squid/ssl/index.html' %} {% block toolbar_ssl_mode %}class="active"{%endblock%} {% block page_comment %}{% endblock %} {% block page_content %} {% if form.instance.value != 0 %} {% if cert.DefaultDiladeleKey %}

ATTENTION: YOU ARE USING DEFAULT ROOT CERTIFICATE FOR HTTPS DECRYPTION!

You are strongly advised to generate your own certificate instead of the default one. Default certificate is distributed with all installations of Web Safety and trusting it may compromise your network. It also poses serious security risk outside of your network. Click Root Certificate and follow the wizard to regenerate proxy certificate.

{% endif %} {% endif %}

This page is used to enable and configure HTTPS decryption and filtering (SSLBump). By default HTTPS decryption is disabled. Please contact your lawyer before enabling this feature. It might be considered illegal in some countries. See Squid Wiki for more information.

{% csrf_token %} {% if form.non_field_errors %}
ERROR: {% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% if form.errors.traceback %}
{{form.errors.traceback}}
{% endif %}
{%endif%}
{% for mode in form.value %} {% if mode.id_for_label == "id_value_0" %}
{% elif mode.id_for_label == "id_value_1" %}
{% elif mode.id_for_label == "id_value_2" %}
{% endif %} {% endfor %}
{% endblock %}