Example 2: SSL-enabled service using a RSA private key and aspecific cipher suite
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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.