-
Notifications
You must be signed in to change notification settings - Fork 134
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
ssl UNSAFE_LEGACY_RENEGOTIATION_DISABLED unsafe legacy renegotiation disabled #81
Comments
This solves the error in the console, but when opening the browser it does not load, the browser is blank |
I managed to solve the white page problem using
|
Using pyqt6 binding does also fix the white page that the browser shows. |
Thank you @smoser and @lucashtc . Your solutions solved it for me and got me unblocked on Ubuntu 22.04 when following my own instructions here: How to use "openconnect" (via the For anyone who needs more-explicit instructions, here's how I'd do it:
.my_ssl.conf is part of my eRCaGuy_dotfiles repo now too. Thanks for your help on this! |
...to properly work on Ubuntu 22.04. Also update home/.bash_aliases with some fixes for that too. See my comment & instructions: vlaci/openconnect-sso#81 (comment)
I hit the error below today after an upgrade to Ubuntu 22.04 with newer openssl (3.0.2).
I poked for a little bit on trying a python code stackoverflow suggestion but was not successful.
The fix I found was from launchpad bug 1963834 with more information on openssl-users ml. Thanks to @hallyn for helping to find it.
Here it is for anyone interested:
The text was updated successfully, but these errors were encountered: