-
Notifications
You must be signed in to change notification settings - Fork 12
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 Certificate Error on Windows 8 #122
Comments
(On my phone) Of those two options, the second one sounds more sensible from a security standpoint, but I haven't given consideration to the implementation cost. Other questions: is this reproducible? Only Win8? On other Win8 machines also? Is this a problem on UQ's end that will probably get fixed by them? (You could probably ask #attic on that last one) |
Ill do some testing on my windows 8 machine when I get home and see if I can reproduce the error. -------- Original message -------- (On my phone) Of those two options, the second one sounds more sensible from a security standpoint, but I haven't given consideration to the implementation cost. Other questions: is this reproducible? Only Win8? On other Win8 machines also? Is this a problem on UQ's end that will probably get fixed by them? (You could probably ask #attic on that last one) — |
I can log in and synchronise on my housemate's laptop, which is Windows 8. I don't suppose Vincent has Superfish? :p On Thursday, February 26, 2015, Michael Henderson [email protected]
|
That would be great Michael. We really need to hunt this down! On Thursday, February 26, 2015, Michael Henderson [email protected]
|
What is superfish
|
It's malware shipped on certain Lenovo laptops which intercepts and On 26 February 2015 at 20:44, Vincent Kruger [email protected]
|
@hendo-michael Did this end up happening on your machine? |
Was doing some reading and apparently Microsoft created a massive ssl stuff up in November 2014 but would have thought they fixed it by now |
I haven't seen that error but how did you produce the error? |
Comment out the try except in the login method in tutolib/gui/app/app.py
|
I finally worked out how to get windows update to cooperate on Win8 and thought that might help (I was over 100 updates behind). But so far no luck logging in or even being prompted to log in outside the initial prompt in the terminal |
@starsnabove Is this to do with windows 8 or 8.1? I am yet to reproduce this on my windows 8.1 machine. |
It seems to be a problem somewhere within 8.1 but only I seem to have the
|
This did appear to be a problem on one other persons laptop back in week 1 (Win 7) but is no longer a problem for me. I am now able to log in use MPT without any SSL or other issues |
Split from #98
This is a critical error, and we cannot release MPT tomorrow without a fix.
SessionManager
calls give the following error on Windows 8 (as reported by @starsnabove):I can think of two options.
One would be to create a
urllib.requests.HTTPSHandler
with a ssl context which has disabled verification, and pass that tobuild_opener
.Alternatively, we could probably download the public certificate we're using for the server and explicitly include that in the trusted certificate chain.
@jgat Thoughts on how you'd like us to handle this, seeing as you're more familiar with the SSO code?
The text was updated successfully, but these errors were encountered: