patch 21640624 ssl.conf
As recommended I applied 21640624 to Oracle_WT. In the post patch instructions is says:
Change this directive to disable SSLv2, SSLv3 protocols in any of the
following ways:
SSLProtocol -All +TLSv1 (allows the one TLS protocol currently supported in
this version)
or
SSLProtocol All -SSLv2 -SSLv3 (allows for future scaling to newer TLS version
if later upgraded)
or
SSLProtocol nzos_Version_1_0
When I look at the file it lists:
SSLProtocol nzos_Version_1_0 nzos_Version_3_0
That seems like a later config than the readme suggests. Should I just leave that directive alone?