How to disable SSL 2.0 and 3.0 on provisioning server
book
Article ID: 224904
calendar_today
Updated On:
Products
CA Identity Manager
Issue/Introduction
How to disable SSL 2.0 and 3.0 on provisioning server
Environment
Release : 14.2
Component : IdentityMinder(Identity Manager)
Resolution
1) Open im_ps.conf for Provisioning Server which is available at the following location:ProvisioningServer/data
2) Add the following property file: TLSProtocolMin “TLSv1_2”
3) Restart the Provisioning Server for the changes to take effect.
By making the TLS v1_2 as minimum will not only disable TLS 1.0 and 1.1 but also SSL 2.0 and 3.0
Feedback
thumb_up
Yes
thumb_down
No