skip to main content
Configuring Security for OpenAccess SDK : Configuring OpenAccess SDK security : Configuring SSL : Configuring SSL data encryption : Example 2: SSL-enabled service using a RSA private key and aspecific cipher suite
 
Example 2: SSL-enabled service using a RSA private key and aspecific cipher suite
The Service for .NET is configured to use a cipher suite that supports server certificates on Windows 7, Windows Vista, and Windows Server 2008.

ServiceName=OpenAccessSDK810_NET:
ServiceSSLEnabled=1
ServiceSSLKeyStore=C:\Program Files\Progress\DataDirect\oaserver81\cert\ MyKeyStore_RSA.p12
ServiceSSLKeyStorePasswordFile=C:\Program Files\Progress\DataDirect\oaserver81\
cert\MyPasswordFile.pw
ServiceSSLCipherSuites=TLS_RSA_WITH_AES_128_CBC_SHA
The cipher suite published by this service is TLS_RSA_WITH_AES_128_CBC_SHA.
Note that with this cipher suite configured, OpenAccess SDK Administration Clients cannot monitor or trace events for this service.