This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Vagrant.
Summary
Enables unverified/untrusted SSL certificates when using HTTPS URLs.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Box Add Settings Extensions
Syntax
public static VagrantBoxAddSettings AllowInsecure(this VagrantBoxAddSettings settings, bool allow = true)
Parameters
Name | Type | Description |
---|---|---|
settings | Vagrant |
The settings |
allow | bool | Whether to allow insecure certs. Defaults to true |
Return Value
Type | Description |
---|---|
Vagrant |
The updated settings object |