EventDay / Infusionsoft.net

A C# Wrapper around the Infusionsoft.com API
16 stars 22 forks source link

The request was aborted: Could not create SSL/TLS secure channel. #12

Closed bboyle1234 closed 6 years ago

bboyle1234 commented 11 years ago

Happening at this point in code:

var results = (XmlRpcStruct[])client.DataService.Query("Contact", 1000, 0, query, new[] { "Id", "Email", "Password", "Username" });

Forum thread here:

http://community.infusionsoft.com/showthread.php/15371-The-request-was-aborted-Could-not-create-SSL-TLS-secure-channel

mfairch commented 11 years ago

I have updated that thread with some more information.

http://community.infusionsoft.com/showthread.php/15371-The-request-was-aborted-Could-not-create-SSL-TLS-secure-channel?p=34409&viewfull=1#post34409

trbngr commented 11 years ago

Jeez. What a mess. :)

We can fallback to setting the SecurityProtocol. What do you think?

bboyle1234 commented 11 years ago

It depends how quickly Infusionsoft are going to fix the problem. There has been no comment from them whether we can expect it fixed in hours, days or weeks.

trbngr commented 11 years ago

I went ahead and pushed the change.

bboyle1234 commented 11 years ago

Many thanks. It's greatly appreciated.