SSL Security in Cloudconnector
Page 2 of 3

Setting Properties to Enable SSL

To use SSL in Cloudconnector, set the following properties in the weblogic.properties file:

  • weblogic.security.ssl.enable=true

    Default is false.

  • weblogic.system.SSLListenPort= <SSL listen port number>

    Default is 7002.

  • weblogic.security.certificate.server=democert.pem
  • weblogic.security.key.server=demokey.pem
  • weblogic.security.certificate.authority=ca.pem

See the BEA WebLogic Using LogicWorks SSL document for more information on these properties.

The weblogic/CloudscapeServer directory contains three sample .pem files. These example files show how the certificate works, but they are not adequate for standard client-to-server communication, because the certificate is not signed by a well-known or trusted certificate authority. For information on generating a signed certificate, see the "Using WebLogic SSL" section of the BEA WebLogic Developers Guide.