Specifies whether this virtual server should perform host name and certificate chain validation on this server's certificate. This property is used by advanced storage areas to replicate content from source servers in other sites to this virtual server.

Host name validation verifies that the host name of the destination virtual server matches what is recorded in its certificate. Certificate chain validation verifies the authenticity of the destination virtual server’s certificate using a valid certificate chain. This either requires the certificate to have been signed by a Certificate Authority, or the destination server's certificate to have been imported into the JRE of the source server.

If enabled for Content Platform Engine server communications, the endpoint specified by the ServerCommunicationURL property must have a SSL server certificate deployed on it. This certificate would then need to be deployed to all Content Platform Engine servers that communicate with this endpoint.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ServerCommunicationCertificateValidationEnabled As Nullable(Of Boolean)
C#
Nullable<bool> ServerCommunicationCertificateValidationEnabled { get; set; }
Visual C++
property Nullable<bool> ServerCommunicationCertificateValidationEnabled {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_serverCommunicationCertificateValidationEnabled();
function set_serverCommunicationCertificateValidationEnabled(value);

ToggleRemarks

ToggleSee Also