

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
(SA) Support Tip: TLS Protocol Switch Tool
You can use the protocol_switch_tool.sh script to change between TLS protocol versions.
It can be called automatically from the patch installer or can be run manually by invoking it from command line as follows:
/opt/opsware/oi_util/protocol_switch_tool/protocol_switch_tool.sh --backup (to backup the current configuration that can be later restored)
/opt/opsware/oi_util/protocol_switch_tool/protocol_switch_tool.sh --protocol <TLSvX>
Example for TLSv1.2:
/opt/opsware/oi_util/protocol_switch_tool/protocol_switch_tool.sh --protocol TLSv1.2
It is recommended to run the script with --help option first.
To use TLSv1.1 or TLSv1.2 protocols, all Cores and satellites must be running an SA version that supports these protocols (SA 10.23 or later).
Please note that a mixed protocol environment is not supported.
If you find that this or any post resolves your issue, please be sure to mark it as an accepted solution.