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; - --> +