Merge pull request #13749 from fosterseth/mintls13false

Allow TLS 1.2 for Receptor connections
This commit is contained in:
Christian Adams
2023-03-29 19:20:09 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ receptor_user: awx
receptor_group: awx
receptor_verify: true
receptor_tls: true
receptor_mintls13: false
receptor_work_commands:
ansible-runner:
command: ansible-runner

View File

@@ -668,6 +668,7 @@ RECEPTOR_CONFIG_STARTER = (
'rootcas': '/etc/receptor/tls/ca/receptor-ca.crt',
'cert': '/etc/receptor/tls/receptor.crt',
'key': '/etc/receptor/tls/receptor.key',
'mintls13': False,
}
},
)