Skip to content

Commit

Permalink
Merge pull request #710 from zowe/feature/v2/attls
Browse files Browse the repository at this point in the history
Set native tls off if attls is on
  • Loading branch information
1000TurquoisePogs authored Jun 6, 2024
2 parents 140b64f + d218632 commit f44ce8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ components:
zss:
port: 7557
crossMemoryServerName: ${{ ()=> { if (zowe.environments?.ZWED_privilegedServerName) { return zowe.environments.ZWED_privilegedServerName } else { if (zowe.environments?.ZWES_XMEM_SERVER_NAME) { return zowe.environments.ZWES_XMEM_SERVER_NAME } else { return "ZWESIS_STD" } } }() }}
tls: true
tls: "${{ ()=> { if (components.zss.zowe?.network?.server?.tls?.attls) { return false } else if (zowe.network?.server?.tls?.attls) { return false } else { return true } }() }}"
productDir: ${{ zowe.runtimeDirectory }}/components/zss/defaults
pluginsDir: ${{ zowe.workspaceDirectory }}/app-server/plugins
instanceDir: ${{ zowe.workspaceDirectory }}/zss
Expand Down

0 comments on commit f44ce8a

Please sign in to comment.