-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
make it easier to configure SSL #3299
Comments
This works reasonably well but is being seriously hampered by a bug in cat > notok << EOF
SETPROMPT whatever
SETDESC desc
SETNOTOK please-show-this
CONFIRM
EOF
cat notok | pinentry This does not show the So we can't ask the user if he wants to permanently save the host key / skip the hostname check. |
Which distro does the bug manifest? |
@basilgello That will be all of them: Fedora 34, Ubuntu 21.04 and 20.04, Debian Buster and Bullseye. |
(and fix cert overwrite case: pass the filename, not the file object
And |
Follow up in #4288 |
provide a GUI via pinentry so that users can more easily accept new self-signed certificates and ignore address mismatch, etc
Some preparatory refactoring done in: 0cc4361 + 874ddc9.
Improved debug logging: 76a7bbd
This feature will require Python 3.7 or later so that we can retrieve the SSLCertVerificationError.verify_code: 5069ebd
The text was updated successfully, but these errors were encountered: