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

ttyd does not support newer OpenSSL versions #1434

Open
OrenAm-99 opened this issue Mar 23, 2025 · 0 comments
Open

ttyd does not support newer OpenSSL versions #1434

OrenAm-99 opened this issue Mar 23, 2025 · 0 comments
Labels

Comments

@OrenAm-99
Copy link

Issue
ttyd relies on outdated OpenSSL versions (1.0.2, 1.1.0), and it is not possible to update or compile it with OpenSSL 1.1.1+ or newer versions. The API changes in OpenSSL 1.1.1 and 3.0 break compatibility, preventing successful builds.

Expected Behavior
ttyd should support OpenSSL 1.1.1+ and allow compilation with newer versions.

Steps to Reproduce
Try compiling ttyd with OpenSSL 1.1.1 or 3.0.

The build fails due to deprecated or unsupported API calls.

Proposed Solution
Update ttyd to remove dependencies on outdated OpenSSL APIs and ensure compatibility with 1.1.1+.

@OrenAm-99 OrenAm-99 added the bug label Mar 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant