Merge pull request #12254 from chrisroberts/docs-win-curl

Add env var docs for disabling wincurl
This commit is contained in:
Chris Roberts 2021-03-25 14:31:44 -07:00 committed by GitHub
commit d70ff086af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,6 +290,11 @@ Vagrant will default to using a system provided `ssh` on Windows. This
environment variable can also be used to disable that behavior to force Vagrant to
use the embedded `ssh` executable by setting it to `0`.
## `VAGRANT_WINCURL_DISABLE`
If set Vagrant will use the mingw build of curl which uses the installer provided
ca-certificates bundle instead of the native Windows curl executable.
## `VAGRANT_SERVER_URL`
This configures the remote server which Vagrant will connect to for fetching