-
Notifications
You must be signed in to change notification settings - Fork 379
Closed
Labels
Detected By - CustomerIssue was reported by a customerIssue was reported by a customerHelix-MachinesAsks to update images, to add new queues for new OSes, and maintenance of physical machinesAsks to update images, to add new queues for new OSes, and maintenance of physical machinesOperationsUsed by FR to track issues related to operations workUsed by FR to track issues related to operations workOps - First Responder
Description
This is follow-up on https://github.com/dotnet/core-eng/issues/15558 and related to dotnet/runtime#67935
There was change in Helix to enable all protocols via registry since were able to get approval for that.
However Tls .12 is still not working on Windows 7 and we are failing to connect to external sites.
Unlike other Windows versions, Windows 7 needs additional setting to make it work.
https://support.microsoft.com/en-us/topic/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-winhttp-in-windows-c4bd73d2-31d7-761e-0178-11268bb10392
We will also need to add DisabledByDefault=0
for both Client and Server.
AFAIK it is ok to add that for all Windows if that is easier than just adding it for Windows 7.
Metadata
Metadata
Assignees
Labels
Detected By - CustomerIssue was reported by a customerIssue was reported by a customerHelix-MachinesAsks to update images, to add new queues for new OSes, and maintenance of physical machinesAsks to update images, to add new queues for new OSes, and maintenance of physical machinesOperationsUsed by FR to track issues related to operations workUsed by FR to track issues related to operations workOps - First Responder