Information
The setting ACCEPT_SHA1_CERTS specifies whether Oracle accepts certificates signed with the SHA1 algorithm.
Note: See Additional Information regarding the deprecation of this setting.
Weak algorithms such as MD5 and SHA1 have known vulnerabilities that make them susceptible to attacks. Allowing their use can compromise data integrity and authentication, potentially exposing systems to risks. Transitioning to stronger algorithms, such as SHA-2, is recommended. The SHA1 algorithm has been deprecated by NIST in 2011.
Solution
To remediate this recommendation, remove ACCEPT_SHA1_CERTS from sqlnet.ora or set the ACCEPT_SHA1_CERTS to the value FALSE
In addition to listener.ora this parameter must also be set to FALSE in sqlnet.ora
Impact:
Applications that use SHA-1-signed certificates must be updated to use certificates signed with a stronger, more secure algorithm such as SHA-2.