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

Add tls_ciphers option to allow specifiying custom ciphers list #113

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

plan44
Copy link

@plan44 plan44 commented Mar 7, 2024

This is needed in particular when running pagekite.py as a frontend server on debian >=11, where the cipherlist must be set to DEFAULT@SECLEVEL=1 to allow current (at the time of writing this) libpagekite embedded backends to connect, as these use TLSv1 even on platforms which do support TLSv2 and later.

Also, this PR adds a help text for tls_legacy (which existed, but was not listed in help so far)

This is needed in particular when running pagekite.py on debian >=11
where the cipherlist must be set to `DEFAULT@SECLEVEL=1` to allow
current (at the time of writing this) libpagekite embedded
backends to connect, as these use TLSv1 even on platforms which
do support TLSv2 and later.
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