hardcode secure=true for app tunnel connector

This commit is contained in:
Alan Cheng
2025-01-15 13:33:32 +11:00
parent 1c7c7e22cc
commit a680d27871

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"
@@ -91,4 +92,3 @@
</Service>
</Server>