Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.

Commit

Permalink
Or in the TLS 1.2 value so its additive to the existing methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dickson committed Apr 25, 2018
1 parent b11b542 commit 5799c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ public void Start()

try
{
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12;

m_httpListener = new HttpListener();
m_httpListener.Prefixes.Add(Protocol + "+:" + Port.ToString() + "/");
Expand Down

0 comments on commit 5799c5b

Please sign in to comment.