Skip to content

Commit

Permalink
Reversing Nov 7, 2013 Hotfix forcing SSL3
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcate committed Oct 17, 2014
1 parent 7be92f4 commit 478abdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,3 +0,0 @@
[submodule "docs"]
path = docs
url = git://github.com/infusionsoft/Infusionsoft-API-Documentation.git
1 change: 0 additions & 1 deletion docs
Submodule docs deleted from d89dad
4 changes: 3 additions & 1 deletion src/InfusionSoft/InfusionSoftClient.cs
Expand Up @@ -27,7 +27,9 @@ public InfusionSoftClient(IInfusionSoftConfiguration configuration)

//Workaround for infusionsoft change.
//http://community.infusionsoft.com/showthread.php/15371-The-request-was-aborted-Could-not-create-SSL-TLS-secure-channel
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;
//Oct 16th, 2014 around 16:30 - Infusionsoft stopped allowing SSL3 connnetions
//dropping back to (what used to be standard) TLS connections
//ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;

ApplicationName = configuration.ApplicationName;
MethodListener = new NullMethodListener();
Expand Down

0 comments on commit 478abdb

Please sign in to comment.