Open cinderblock opened 6 years ago
Hmm, this is surprising to me too. In my experience it is advisable to default to the best practice. nugget
's CLI option (to override default) is the inverse: --no-strict-ssl
. It may be that we've mistakenly inverted the polarity of this option.
cc @felixrieseberg Can you offer some insight about this? Is there some historical reason we're missing here?
The README says that
--strict-ssl
is by default off. Why?This seems like a security issue.
I noticed some other issues relating to SSL (#109 #128) that suggest it is actually on by default. However reading the code, it does seem like it is set to
false
by default. https://github.com/felixrieseberg/windows-build-tools/blob/master/src/download.ts#L50Thanks