ONLY SLE12 or LEAP12 systems
- Edit file:
vim /srv/www/hawk/config/puma.rb
ssl_bind @listen, @port, cert: @cert, key: @key, verify_mode: 'none', no_tlsv1: true, no_tlsv1_1: true
- restart hawk with
systemctl restart hawk
I tested with https://github.com/drwetter/testssl.sh
Sle 15 and higher version of hawk will provide by default tls 1.0 and 1.1 disabled.