Hi All,
SSL debugging provides more detailed information about the SSL events,
The SSL debug trace displays information about:
- Trusted certificate authorities
- SSL server configuration information
- Server identity (private key and digital certificate)
- The encryption strength
- Enabled ciphers
- SSL records that were passed during the SSL handshake
- SSL failures detected by WebLogic Server (for example, trust and validity checks and the default host name verifier)
- I/O related informatioN
Use the following command-line properties to enable SSL debugging: -Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true
SSL debugging dumps a stack trace whenever an ALERT is created in the SSL process. The types and severity of the ALERTS are defined by the Transport Layer Security (TLS) specification.
[Source] http://download.oracle.com/docs/cd/E13222_01/wls/docs100/secmanage/ssl.html
—
Thanks
R Vashi.