Config.verifyPeer

For https connections, if this is true, it will fail to connect if the TLS certificate can not be verified. Setting this to false will skip this check and allow the connection to continue anyway.

Meta

History

Added April 5, 2022 (dub v10.8)

Prior to this, it always used the global (but undocumented) defaultVerifyPeer setting, and sometimes even if it was true, it would skip the verification. Now, it always respects this local setting.