Disabling TLS 1.0 / 1.1
Local installations of Flow Production Tracking are no longer offered. This documentation is intended only for those with existing instances of Shotgun Enterprise Docker. Click here for a list of our current offerings.
Introduction
Transport Layer Security (TLS) versions 1.0 and 1.1 are widely considered to be a security risk and their use deprecated by a majority of vendors. In order to protect your Flow Production Tracking Enterprise site, we strongly recommend disabling insecure versions of TLS / SSL and associated ciphers.
Procedure
We recommend using Mozilla's SSL Configuration Generator with the following options to generate a valid configuration for your deployment when using our included proxy example
HAProxy
Modern
Server Version: Run the following on the Docker host to find this
sudo docker-compose exec proxy haproxy -v
OpenSSL version: Run the following on the Docker host to find this
sudo docker-compose exec proxy ash -c 'haproxy -vv |grep "Running on OpenSSL version"'
HSTS Enabled: Disabled
Backup
proxy/config/haproxy.cfg
on the Docker hostModify the
global
section ofproxy/config/haproxy.cfg
using the values provided by the generatorRestart the proxy service by running
sudo docker-compose restart proxy
Verify that you can connect to your Flow Production Tracking site