-
Notifications
You must be signed in to change notification settings - Fork 26
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
Check version of cryptography module #18
Check version of cryptography module #18
Conversation
This now displays a dialog that the user has to confirm at every start. Too obtrusive? |
I think it's ok. Maybe we can add some pointer how to upgrade? i.e short URL to https://forum.kodi.tv/showthread.php?tid=304613&pid=2553425#pid2553425 that explains it for ubuntu |
@kib can you make a short URL with https://kodi.tv/? |
Perhaps just put it on the wiki page? |
What do you mean? You want to link there? That's quite annoying for the user to type. |
No put the info there and create a short link instead of to some random forum post |
Still need @kib to make a shortlink nudge |
@wsnipex Do you want to make the Wiki changes? I can in theory do it but I don't use Ubuntu at all so I'd much prefer if someone that actually performed the steps wrote about it. |
https://kodi.wiki/view/Ubuntu or https://kodi.wiki/view/Linux can be uses and will land on the general wiki page. |
We have had multiple issues with Ubuntu 16.04 using an outdated version of the Python cryptography module that causes strange SSL behavior. Example for this is not being able to connect to SSL sites. This commit introduces a check on Kodi startup so the user is aware of the issue. See also: pyca/pyopenssl#542 (comment) https://forum.kodi.tv/showthread.php?tid=335786
8f8b731
to
4346d73
Compare
Updated. Good to merge? |
We have had multiple issues with Ubuntu 16.04 using an outdated version
of the Python cryptography module that causes strange SSL behavior.
Example for this is not being able to connect to SSL sites.
This commit introduces a check on Kodi startup so the user is aware
of the issue.
See also:
pyca/pyopenssl#542 (comment)
https://forum.kodi.tv/showthread.php?tid=335786
xbmc/xbmc#14512