Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Fixes #9 (Windows 7-only issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryDash committed Apr 27, 2018
1 parent 73da3da commit 389b7ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PS4 Remote Play Patcher/PS4 Remote Play Patcher/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ public partial class Main : Form
public Main()
{
InitializeComponent();

ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
}

private async void Main_Load(object sender, System.EventArgs e)
Expand Down

0 comments on commit 389b7ab

Please sign in to comment.