Skip to content

Regenerate identiy.pfx (fixes #24 #25)#28

Open
Property404 wants to merge 1 commit intokettle11:masterfrom
Property404:Property404/tlsfix
Open

Regenerate identiy.pfx (fixes #24 #25)#28
Property404 wants to merge 1 commit intokettle11:masterfrom
Property404:Property404/tlsfix

Conversation

@Property404
Copy link
Contributor

The old identity.pfx uses RC2, which modern libraries/configurations do not accept

@Property404 Property404 changed the title Regenerate identiy.pfx (fixes #25) Regenerate identiy.pfx (fixes #24 #25) Apr 2, 2024
Uses AES-256-CBC instead of RC2-40-CBC

RC2 is an outdated cryptographic algorithm, so it was being rejected
@illegitimate-egg
Copy link

Please merge

@rukai
Copy link
Contributor

rukai commented Dec 2, 2024

While it would be great to see this simple fix to a large problem merged, its worth mentioning that if you dont use the https functionality of devserver_lib you can work around the issue by setting default-features = false to disable the https functionality and allow regular http to work.

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.

3 participants