Merged in WPTIN-9701-help-debug-rovo-bdwc-connector-issue (pull request #223)

WPTIN-9701 set secure = true for confluence app tunnel connector

Approved-by: Geoff Jacobs
Approved-by: Richard Atkins
This commit is contained in:
Alan Cheng
2025-01-16 23:52:44 +00:00

View File

@@ -48,6 +48,7 @@
{% if atl_apptunnel_port is defined and atl_apptunnel_port != '' %} {% if atl_apptunnel_port is defined and atl_apptunnel_port != '' %}
<Connector port="{{ atl_apptunnel_port }}" <Connector port="{{ atl_apptunnel_port }}"
secure="true"
connectionTimeout="20000" connectionTimeout="20000"
maxThreads="200" maxThreads="200"
minSpareThreads="10" minSpareThreads="10"
@@ -91,4 +92,3 @@
</Service> </Service>
</Server> </Server>