Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Since our server migrated to TLS1.2 can't connect #193

Open
pkrayeski opened this issue Oct 1, 2018 · 0 comments
Open

Since our server migrated to TLS1.2 can't connect #193

pkrayeski opened this issue Oct 1, 2018 · 0 comments

Comments

@pkrayeski
Copy link

Our IT team depreciated support for any security less than TLS1.2 and since that change the InnovatorAdmin executable (latest mainline) cannot connect to our server.

For another Windows App that we developed we were able to resolve with the following changes:

Add references:
using System.Net;
using System.Security;
and added the following line of code during init:
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

Is there an easy way to get a version of InnovatorAdmin that defaults to TLS1.2?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant