-
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
Allow legacy renegotiation, and failing redirect detection #126
base: master
Are you sure you want to change the base?
Conversation
Why do you need to set |
To be honest, I don't remember the details… I tried again, and it seems to work without it, so I've dropped the change 🙂 |
b3fbe98
to
2840165
Compare
Could you take another look at this one, @vlaci? It'd be great to get it in 🙂 |
I also received this error. I fixed it with your patch. It would be nice if this were merged. |
This problem is definitely related to urllib3/urllib3#2653 |
When trying out OpenConnect SSO on my Mac using OpenSSL 3, I get the follow error:
I addressed this by using setting the relevant flag on the SSL context. In addition, the redirect detection seemed to fail, so I suppressed the error and issued a warning instead. With those changes, I was able to connect to the VPN in question.
(This is replacement for #124 that targets
master
. I haven't actually tested this branch, as I don't have PyQt6 installed at the moment.)Fixes #81.