-
Notifications
You must be signed in to change notification settings - Fork 47
Don't consider powershell
if it can't handle TLS v1.2
.
#128
base: master
Are you sure you want to change the base?
Conversation
@simonbyrne can you try this out and make sure it gives a proper error message on your machine? I don't have easy access to any windows computers that are old enough for this to be relevant. |
Codecov Report
@@ Coverage Diff @@
## master #128 +/- ##
==========================================
+ Coverage 88.4% 88.56% +0.15%
==========================================
Files 8 8
Lines 647 647
==========================================
+ Hits 572 573 +1
+ Misses 75 74 -1
Continue to review full report at Codecov.
|
I'm getting the following:
PowerShell accepts a |
You can also download Win7 VMs from https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/. |
We need to be more strict than the parent mount here. We could try to find out what those flags are, or we could just unconditionally be strict, since we don't need either of these options. The latter is simpler.
Recommandation about how to fix in windows is a bit short / misleading One should
More info can be found there https://docs.microsoft.com/en-us/configmgr/core/plan-design/security/enable-tls-1-2-client See also JuliaLang/julia#32804 |
This should fix #127