16.7 Configuring SSL and SSL Certificates
View and restrict SSL/TLS protocols. Configure Oracle Trace File Analyzer to use self-signed or CA-signed certificates.
- Configuring SSL/TLS Protocols
The Oracle Trace File Analyzer daemons in a cluster communicate securely using the SSL/TLS protocols. - Configuring Self-Signed Certificates
UseJava keytool
to replace self-signed SSL certificates with personal self-signed certificates. - Configuring CA-Signed Certificates
UseJava keytool
andopenssl
to replace self-signed SSL certificates with the Certificate Authority (CA) signed certificates. - Configuring SSL Cipher Suite
The cipher suite is a set of cryptographic algorithms used by the TLS/SSL protocols to create keys and encrypt data.
Parent topic: Managing and Configuring Oracle Trace File Analyzer
16.7.1 Configuring SSL/TLS Protocols
The Oracle Trace File Analyzer daemons in a cluster communicate securely using the SSL/TLS protocols.
The SSL protocols available for use by Oracle Trace File Analyzer are:
-
TLSv1.2
-
TLCv1.1
-
TLSv1
Oracle Trace File Analyzer always restricts use of older the protocols
SSLv3
and
SSLv2Hello
.
To view and restrict protocols:
Parent topic: Configuring SSL and SSL Certificates
16.7.2 Configuring Self-Signed Certificates
Use Java keytool
to replace self-signed SSL certificates with personal self-signed certificates.
To configure Oracle Trace File Analyzer to use self-signed certificates:
Parent topic: Configuring SSL and SSL Certificates
16.7.3 Configuring CA-Signed Certificates
Use Java keytool
and openssl
to replace self-signed SSL certificates with the Certificate Authority (CA) signed certificates.
To configure Oracle Trace File Analyzer to use CA-signed certificates:
Parent topic: Configuring SSL and SSL Certificates
16.7.4 Configuring SSL Cipher Suite
The cipher suite is a set of cryptographic algorithms used by the TLS/SSL protocols to create keys and encrypt data.
Oracle Trace File Analyzer supports any of the cipher suites used by JRE 1.8.
The default cipher suite used is TLS_RSA_WITH_AES_128_CBC_SHA256
.
Parent topic: Configuring SSL and SSL Certificates