mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
harden ciphers and tls versions - Note: SSL cannot be disabled because it does not exist
This commit is contained in:
parent
8cb35f8b02
commit
98716bd751
@ -51,6 +51,9 @@
|
||||
sslcrtd_program /usr/local/libexec/squid/ssl_crtd -s /var/squid/ssl_crtd -M {{ OPNsense.proxy.forward.ssl_crtd_storage_max_size|default('4') }}MB
|
||||
sslcrtd_children {{ OPNsense.proxy.forward.sslcrtd_children|default('5') }}
|
||||
|
||||
sslproxy_cipher HIGH:MEDIUM:!RC4:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS
|
||||
sslproxy_options NO_TLSv1
|
||||
|
||||
# setup ssl bump acl's
|
||||
acl bump_step1 at_step SslBump1
|
||||
acl bump_step2 at_step SslBump2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user