Julia 1.6: using curl behind proxy for artifacts downloads on windows

Libcurl does not have any way to read .curlrc files — those files only apply to the command-line tool, not the library. See this StackOverflow answer by the author of curl and libcurl. Have you tried setting export JULIA_SSL_NO_VERIFY=** in the shell?