mozilla / ssl-config-generator

Mozilla SSL Configuration Generator
https://ssl-config.mozilla.org/
Mozilla Public License 2.0
360 stars 59 forks source link

Add Squid support #151

Closed JGoutin closed 2 years ago

JGoutin commented 3 years ago

The configuration is done to support Squid >= 3.5 (The oldest version packaged in common Linux distributions)

The generated configuration was tested in the following conditions:

I didn't find exactly what is the first Squid version that support TLS 1.3, so I set it to 3.5 in configs.js.

Close #112

gene1wood commented 2 years ago

Looks like TLS 1.3 wasn't supported in Squid 3.5 (see the version= option) so it must be Squid 4 that it starts

gene1wood commented 2 years ago

Thanks @JGoutin !