Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geode using ssl 2.0 connections instead of tls #1142

Open
1 task done
500LRB opened this issue Nov 10, 2024 · 1 comment
Open
1 task done

geode using ssl 2.0 connections instead of tls #1142

500LRB opened this issue Nov 10, 2024 · 1 comment
Labels
bug Something isn't working unverified

Comments

@500LRB
Copy link

500LRB commented Nov 10, 2024

Geode Issue

  • I confirm that this bug is NOT related to a mod but directly to Geode Loader itself.

Platform

Windows

SDK commit

No response

Geode Version

4.0.0

Mods Installed

No response

Expected Behavior

Expected geode to use a tls connection instead of a ssl connection

Actual Behavior

Geode failed to connect to anything as it tried to use ssl to connect
image

Steps to Reproduce

  1. Go into your av and there might be a setting to disable ssl 2.0

if you aren't using an av or your av doesnt have this option

  1. open the registry editor
  2. go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\
  3. create a new key named SSL 2.0
  4. create 2 keys in the ssl key named Client and Server
  5. create a DWORD in both Client and Server
  6. name the 2 DWORD values Enabled (keep the value 0 to disable, and 1 to enable)
  7. restart your pc

Additional Information

this bug has been here since geode 3.9.0 and any versions prior
also when i say im using geode 4.0.0 im talking about this

@500LRB 500LRB added bug Something isn't working unverified labels Nov 10, 2024
@500LRB
Copy link
Author

500LRB commented Nov 11, 2024

I believe this would happen on Linux as it uses windows binaries of gd and geode via wine/proton, i'm not too sure but i'm decently sure, not too sure about android as I don't have a something to block ssl 2.0 as i'm too stupid to setup a proxy/vpn, as for mac, the builds for geode 4.0.0 keep failing to compile anyway so i cant test that in a vm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unverified
Projects
None yet
Development

No branches or pull requests

1 participant