Progress
Open Client
Developer’s Guide


Methods For Managing Digital Certificates

When using HTTPS to access the AppServer, you might be supplying digital certificates with your client application. These methods provide digital certificate management to the Open Client application:

SYNTAX
RunTimeProperties.setCertificateStore(String certStoreList) 

Specifies the files that contain the Root Digital Certificates. If more than one directory, file, or both is specified, they must be separated by semicolons.

SYNTAX
String RunTimeProperties.getCertificateStore() 

Retrieves the current certificate list set by setCertificateStore().

SYNTAX
RunTimeProperties.setNoHostVerify(boolean verify) 

Controls Domain Name checking. Specifying FALSE for verify enables Domain Name checking. Specifying TRUE disables Domain Name checking. The default value is TRUE (on).

SYNTAX
Boolean RunTimeProperties.getNoHostVerify() 

Returns a boolean value that indicates the settings for Digital Certificate authentication options.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095