cryptofuture / nginx-hda-bundle

Nginx HDA Bundle - Dynamic Modules Power
https://launchpad.net/~hda-me/+archive/ubuntu/nginx-stable
81 stars 11 forks source link

disabling TLS v1.0 #24

Closed pramathesh closed 5 years ago

pramathesh commented 6 years ago

With TLS v1.0 being phased out by the end of the month. I am not quite sure how I would disable that. Tried searching high and low but didn't find any result. The conf file doesn't have any mention of TLS v1.0. Can you advise?

cryptofuture commented 5 years ago

you could set protocols directly in the nginx.conf For example: ssl_protocols TLSv1.2 TLSv1.3;