mozilla / ssl-config-generator

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

Updating PostgreSQL template for version 12 #88

Closed crispygoth closed 4 years ago

crispygoth commented 4 years ago

PostgreSQL version 12 added a new ssl_min_protocol_version configuration option to control the SSL versions the server uses.

When testing I also discovered that PostgreSQL rejects an empty ssl_ciphers value, so I've wrapped this in an if to prevent it being output if ciphers is empty (modern profile).

april commented 4 years ago

Looks good, thank you!

april commented 4 years ago

This should be live now. Thanks again!