setAcceptOnlySelfSignedServerCertificate
fun ReplicatorConfiguration.setAcceptOnlySelfSignedServerCertificate(selfSignedOnly: Boolean): ReplicatorConfiguration(source)
ENTERPRISE EDITION API
Specify whether the replicator will accept only self-signed certificates. If set true, the replicator will accept any self-signed but NO not self-signed certificates This guards against using this mode accidentally, in production. The default value is false.
Return
this.
Parameters
selfSignedOnly
Whether the replicator will accept any and only self-signed certificates.