skip to main content
Configuring Security for OpenAccess SDK : Configuring OpenAccess SDK security : Configuring SSL : Configuring SSL data encryption : Example 1: SSL-enabled service using a DSA private key and defaultcipher suites
 
Example 1: SSL-enabled service using a DSA private key and defaultcipher suites
A service based on the Service for C/C++ template is configured for server authentication using one of the OpenAccess SDK Clients.

ServiceName=OpenAccessSDK810_C :
ServiceSSLEnabled=1
ServiceSSLKeyStore=C:\Program Files\Progress\DataDirect\oaserver81\cert\ MyKeyStore_DSA.p12
ServiceSSLKeyStorePasswordFile=C:\ProgramFiles\Progress\DataDirect\oaserver81\
cert\MyPasswordFile.pw
The cipher suites published by this service are the default cipher suites:
*TLS_DH_anon_WITH_AES_128_CBC_SHA
TLS_DHE_DSS_WITH_AES_128_CBC_SHA
The Java service is configured to use anonymous ciphers only. Because this is the default behavior, you do not need to specify a value for ServiceSSLCipherSuites.

ServiceName=OpenAccessSDK810_Java:
ServiceSSLEnabled=1