-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I get this error when I try to run the test program.
System.Net.WebException
HResult=0x80131509
Message=The request was aborted: Could not create SSL/TLS secure channel.
Source=System
StackTrace:
at System.Net.HttpWebRequest.GetResponse()
at JotForm.APIClient.executeHttpRequest(String path, NameValueCollection parameters, String method) in C:\Users\suppo\Source\Repos\JotFormAPI\JotForm\APIClient.cs:line 92
at JotForm.APIClient.executeGetRequest(String path, NameValueCollection parameters) in C:\Users\suppo\Source\Repos\JotFormAPI\JotForm\APIClient.cs:line 148
at JotForm.APIClient.getUser() in C:\Users\suppo\Source\Repos\JotFormAPI\JotForm\APIClient.cs:line 237
at JotFormTest.Program.Main(String[] args) in C:\Users\suppo\Source\Repos\JotFormAPI\JotFormTest\Program.cs:l