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

Set ssl.OP_LEGACY_SERVER_CONNECT in order to be able to connect to unsafe SSL servers that OpenSSL 3.0.0 prohibits by default now. #362

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

borski
Copy link
Contributor

@borski borski commented Jul 19, 2023

Update SSL context to enable ssl.OP_LEGACY_SERVER_CONNECT, which isn't in Python yet (see python/cpython#89051, it'll be in 3.12), but in OpenSSL its value is 0x4 in the bitfield.

Fixes Hyundai-Kia-Connect/kia_uvo#678 and Hyundai-Kia-Connect/kia_uvo#679.

Once this is merged, you'll need to do a version bump of this and then bump the version of the required API in Hyundai-Kia-Connect/kia_uvo, obviously.

…t in Python yet, but in OpenSSL its value is 0x4 in the bitfield.
@fuatakgun fuatakgun merged commit bc93e02 into Hyundai-Kia-Connect:master Jul 19, 2023
@fuatakgun
Copy link
Member

Thanks for quick fix

@cdnninja
Copy link
Collaborator

Looks like for some reason the semantic pull CI didn't run on this. Since it wasn't semantic the release pipeline didn't run. I will push it manually.

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.

Integration Stopped Working - Also failed to set up as well
3 participants