SSL Security in Cloudconnector
Page 3 of 3

URLs for SSL

As shown in Using Cloudconnector Clients, the standard Cloudscape database connection URL is:

jdbc:cloudscape:weblogic:[//hostname:portnum/]
dbname[cloudscape_attributes]

When you are using SSL, the database connection URL is:

jdbc:cloudscape:weblogic-ssl:[//hostname:portnum/]
dbname[cloudscape_attributes]

where portnum is the value specified in the weblogic.system.SSLListenPort property. (Do not enter line breaks.)

For example, the following URL connects to a database using SSL:

jdbc:cloudscape:weblogic-ssl:myDB;user=joe;password=sEcReT