Configure the DA server and the SAP Control Center (SAP SCC) Data Assurance plug-in to use SSL to encrypt all RMI network communication.
sslconfig rmi_server_ssl_enabled true
go
sslconfig keystore location_of_keystore_file
go
sslconfig keystore_passwd password
go
sslconfig keypair_passwd password
go
%SYBASE%\SCC-3_2\plugins\DAMAP\agent-plugin.xml
You can add your DA server certificate to your own truststore, or you can add it to the truststore that already exists within SCC, which is located in $SCC_HOME/services/EmbeddedWebContainer/cacerts. The default password is changeit.
For example:
<properties> <set-property property="da.rmi.client.ssl.required" value="myserver" /> <set-property property="da.rmi.client.debug" value="false" /> <set-property property="javax.net.ssl.trustStore" value="C:\Sybase\SCC-3_2\services\EmbeddedWebContainer\cacerts"/> <set-property property="javax.net.ssl.trustStorePassword" value="changeit" /> </properties>