release 118 and some changes to 119 around auth / tls and properly display message on fail to test connect

This commit is contained in:
2021-08-12 23:56:28 +00:00
parent a07de0b936
commit 5a155c11fd
3 changed files with 12 additions and 4 deletions

View File

@@ -63,6 +63,9 @@ namespace AyaNova.PlugIn.V8
private void Auth_Load(object sender, EventArgs e)
{
//case 3875
System.Net.ServicePointManager.SecurityProtocol = (System.Net.SecurityProtocolType)3072;
lblPreRelease.Text = util.PRE_RELEASE_VERSION_STRING;
#if (DEBUG)
edServerUrl.Text = "192.168.1.56:7575";