Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section XVI. System Administration
  4. Appendix G. Configure TLS-enabled Oracle database on IT Analytics Portal and data receiver
  5. TLS in Oracle environment

TLS in Oracle environment

A network connection that is initiated over TLS requires a TLS handshake between the client and server before performing the authentication. The handshake process includes the following:

  • The client and server choose the cipher suites and the encryption algorithms to use for data transfers.

  • To verify the identity of the server, the server sends its certificate to the client and the client verifies whether it was signed by a trusted CA.

  • If a client authentication is required, the client sends its certificate to the server, which the server verifies whether it was signed by a trusted CA.

  • The client and server use public key cryptography to exchange key information and each generates a session key. Both the keys are generally used for data encryption during a single communication session. Session keys are typically used to encrypt network traffic. A client and a server can negotiate a session key at the beginning of a session and that key is used to encrypt all the network traffic between the parties of that session. A new session key is generated if the client and server communicate over a new session. The subsequent communications between the client and server are encrypted and decrypted with the use of the session key and the negotiated cipher suite.

Authentication process

Authentication process includes the following:

  • The user initiates a Oracle Net connection from the client to the server using TLS.

  • TLS performs the handshake between the client and the server.

  • After a successful handshake, the server verifies whether the user has appropriate authorization to access the database.

Feedback

Was this page helpful?
Previous

About Transport Layer Security (TLS)

Next

Configure TLS in Oracle with IT Analytics on Linux in split architecture

Feedback

Was this page helpful?