Merged in ITPLT-4275-secure-true-for-jira-app-tunnel-connectors (pull request #224)

ITPLT-4275 set secure=true for Jira DC Application Tunnel connectors

Approved-by: Geoff Jacobs
This commit is contained in:
Lee Goolsbee
2025-03-17 16:17:21 +00:00

View File

@@ -48,6 +48,7 @@
{% if atl_apptunnel_port is defined and atl_apptunnel_port != '' %}
<Connector port="{{ atl_apptunnel_port }}"
secure="true"
connectionTimeout="20000"
maxThreads="200"
minSpareThreads="10"