lobsters / lobsters-ansible

Ansible playbook for lobste.rs
ISC License
78 stars 25 forks source link

nginx: tls1.3 support #49

Closed kmcopper closed 11 months ago

kmcopper commented 4 years ago

I'm assuming since you are running a modern enough version of ubuntu and openssl this should be fine and justwork™. Upon further investigation it looks like testing is 18.04 and prod is only 16.04 based on other issues so consider merging this after prod moves to 18.04. Unless I am mistaken here. Thanks!

jstoja commented 3 years ago

@pushcx If running on 18.04 yet, I think this is probably an useful change as TLS1.3 is faster and less resource intensive. If this can be tested in the test environment, that's a nice one.

pushcx commented 11 months ago

Thank you for taking this on, I’m sorry I neglected it. I rolled your changes and more into 1f29bce to improve our ssl config.