Consider disabling certificate validation when the HTTP device is within the same corporate firewall and using a self-signed certificate. Disabling certificate validation is also useful in testing environments to simplify application server setup so that self-signed certificates do not need to be installed on the application server JVM.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property HttpsCertValidationEnabled As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> HttpsCertValidationEnabled { get; set; } |
| Visual C++ |
|---|
property Nullable<bool> HttpsCertValidationEnabled { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_httpsCertValidationEnabled(); function set_httpsCertValidationEnabled(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: true
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ