lilyinstarlight / MineProxy

A small program to proxy the Minecraft client and Minecraft servers to a Mímameiðr authentication server
Other
5 stars 1 forks source link

Minecraft client cannot download files #1

Closed lilyinstarlight closed 6 years ago

lilyinstarlight commented 9 years ago

The proxy client forces https traffic to http traffic preventing the client from downloading the necessary files which are only served over https.

lilyinstarlight commented 9 years ago

One possible solution is to have FakeHttpsURLConnection use an actual HttpsUrlConnection for everything except authentication urls.

lilyinstarlight commented 6 years ago

Implemented custom MITM certificate mechanism