From 37ce94ad33bd46d41563aaf566074fce1e7f29b9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 5 May 2021 16:20:15 +0000 Subject: [PATCH] case 3875 --- source/WinFormApp/GlobalFetchKey.cs | 3 +++ source/WinFormApp/config.txt | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/source/WinFormApp/GlobalFetchKey.cs b/source/WinFormApp/GlobalFetchKey.cs index d7a666d..f232127 100644 --- a/source/WinFormApp/GlobalFetchKey.cs +++ b/source/WinFormApp/GlobalFetchKey.cs @@ -47,6 +47,9 @@ namespace AyaNova //string sUrl = "https://rockfish.gztechworks.com/fetch/" + sFetchCode + "/" + sEmail; //TODO: maybe alt url in case?? or fuck it wont' matter with v8 coming anyway + //case 3875 + System.Net.ServicePointManager.SecurityProtocol = (System.Net.SecurityProtocolType)3072; + using (System.Net.WebClient client = new System.Net.WebClient()) { try diff --git a/source/WinFormApp/config.txt b/source/WinFormApp/config.txt index 78859ad..db42352 100644 --- a/source/WinFormApp/config.txt +++ b/source/WinFormApp/config.txt @@ -1,19 +1,19 @@ - + - DataBase FireBird ServerType=1;DataBase=C:\data\AyaNova\database\AYANOVA.fdb;Dialect=3; - --> +