
ciphers="SSL_RSA_WITH_RC4_128_SHA,
TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA,
TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA,
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA"
keystoreFile="conf/.keystore"
keystorePass="changeit"
sslProtocol="TLS" />
The ciphers attribute can carry a comma-separated list of encryption ciphers that this socket is allowed to use. By default,
the web UI uses the default ciphers for the Java Virtual Machine (JVM). These contain the weak export-grade ciphers
in the list of available ciphers. This results in the web UI supporting weak cipher session keys.
The ciphers are specified using the Java Secure Socket Extension (JSSE) cipher naming convention.
Note
Step 3
Restart Cisco Prime Network Registrar for the changes to take effect.
Cisco Prime Network Registrar 9.1 Installation Guide
64
Enhancing Security for Web UI
Enhancing Security for Web UI