Skip to content

Commit

Permalink
Support TLS > 1.0 - fixes #2174
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Mar 13, 2017
1 parent a9ba9dd commit 3ae9dce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 3.36.3 - 13.03.2017
* USABILITY: Support TLS > 1.0 - https://github.com/fsprojects/Paket/issues/2174

#### 3.36.2 - 13.03.2017
* BUGFIX: Allow to add package when sources are splitted - https://github.com/fsprojects/Paket.VisualStudio/issues/137

Expand Down
1 change: 1 addition & 0 deletions src/Paket.Core/Utils.fs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ open Paket.Domain
open System.Net.Http
#endif

ServicePointManager.SecurityProtocol <- SecurityProtocolType.Tls ||| SecurityProtocolType.Tls11 ||| SecurityProtocolType.Tls12 ||| SecurityProtocolType.Ssl3

/// Adds quotes around the string
/// [omit]
Expand Down

0 comments on commit 3ae9dce

Please sign in to comment.