We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e9124 commit c3c02d1Copy full SHA for c3c02d1
Pickaxe.Runtime/Runable.cs
@@ -78,6 +78,7 @@ private void OnHighlight(int line)
78
public void Run()
79
{
80
ServicePointManager.DefaultConnectionLimit = int.MaxValue;
81
+ ServicePointManager.SecurityProtocol |= (SecurityProtocolType)3072; //TLS 1.2
82
83
var cultureInfo = new CultureInfo("en-US");
84
cultureInfo.DateTimeFormat.LongTimePattern = "HH:mm:ss.fff";
0 commit comments