Skip to content

Commit

Permalink
Remove SslProtocols reference (fixes #172)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Mar 29, 2018
1 parent b05e104 commit b6ed262
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Okta.Sdk/Internal/DefaultRequestExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ private static HttpClient CreateClient(
var handler = new HttpClientHandler
{
AllowAutoRedirect = false,
SslProtocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12,
};

if (proxyConfiguration != null)
Expand Down
2 changes: 1 addition & 1 deletion src/Okta.Sdk/Okta.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>1.0.0-alpha4</Version>
<Version>1.0.0-alpha5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b6ed262

Please sign in to comment.