|
|
|
Weblogic - Error: ''Using only low strength (exportable) cipher suites with a full strength (domestic) license and certificates''
This error message occurs when "low grade cipher suite names" are specified for high encryption certificates.
Weblogic keeps its configuration information in a file called "config.xml". It is the attribute "CipherSuites" which indicates to the Weblogic server, that it should use these specific low grade cipher suites names. Please remove the attribute and restart the webserver.
Below is an example of the config.xml file:
<SSL CertificateCacheSize="3" Ciphersuites="SSL_RSA_EXPORT_WITH_RC4_40_MD5,SSL_RSA_WITH_DES_CBC_SHA,SSL_RSA
_EXPORT_WITH_DES_40_CBC_SHA,SSL_NULL_WITH_NULL_NULL"
Enabled="..." KeyEncrypted="..." ListenPort="..."
Name="..."
ServerCertificateChainFileName="..."
ServerCertificateFileName="..."
ServerKeyFileName="..." TrustedCAFileName="..."/>
|
Provide Feedback  |
|