VagrantBoxAddSettingsExtensions.

AllowInsecure(VagrantBoxAddSettings, bool) Method

Summary

Enables unverified/untrusted SSL certificates when using HTTPS URLs.

Syntax

public static VagrantBoxAddSettings AllowInsecure(this VagrantBoxAddSettings settings, bool allow = true)

Parameters

Name Type Description
settings VagrantBoxAddSettings The settings
allow bool Whether to allow insecure certs. Defaults to true

Return Value

Type Description
VagrantBoxAddSettings The updated settings object