From 9b4091b6a6cc289a3b3522f280cd6d42d5347cfd Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 25 Mar 2021 14:11:46 -0700 Subject: [PATCH] Add env var docs for disabling wincurl --- website/content/docs/other/environmental-variables.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/docs/other/environmental-variables.mdx b/website/content/docs/other/environmental-variables.mdx index acf794c83..27346ac22 100644 --- a/website/content/docs/other/environmental-variables.mdx +++ b/website/content/docs/other/environmental-variables.mdx @@ -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