ClientOptions.disableServerVerification

bool disableServerVerification() @property nothrow

Get disableServerVerification property.

Returns

Whether use TLS without validating the server certificate. Use

with caution.

void disableServerVerification(bool propval) @property nothrow

Set disableServerVerification property.

Parameters

propvalWhether use TLS without validating the server certificate. Use with caution.