ddevault / Craft.Net

(Unmaintained, see TrueCraft) Minecraft server, client, and etc for .NET
MIT License
228 stars 64 forks source link

Using session.cs #210

Closed XeonG closed 10 years ago

XeonG commented 10 years ago

Getting the below error upon trying to login,... was working for months

The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.

allout58 commented 10 years ago

This probably has something to do with the Heartbleed bug found in OpenSSL.

ddevault commented 10 years ago

Ah, I expected this to happen. Mojang probably mitigated the heartbleed vulnerabilty and cycled out their certs.

https://github.com/SirCmpwn/Craft.Net/blob/master/source/Craft.Net.Client/Session.cs#L16

ddevault commented 10 years ago

Fixed.

XeonG commented 10 years ago

thanks