Skip to content

Fixes for [SSL: DH_KEY_TOO_SMALL] and "can only concatenate str not int" crashes#4

Open
gallarda wants to merge 1 commit intodfiel:masterfrom
gallarda:TLSfix
Open

Fixes for [SSL: DH_KEY_TOO_SMALL] and "can only concatenate str not int" crashes#4
gallarda wants to merge 1 commit intodfiel:masterfrom
gallarda:TLSfix

Conversation

@gallarda
Copy link

@gallarda gallarda commented Oct 14, 2022

The Greenwave Reality gateway's HTTP server is using old no longer supported DH ciphers. Current python/openssl versions will crash with an [SSL: DH_KEY_TOO_SMALL] error.

Also, when the value of "did" is an integer, you'll get a can only concatenate str (not "int") to str error.

This PR fixes both issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments