-
Notifications
You must be signed in to change notification settings - Fork 34
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 if we can default to TLS 1.2 #52
Comments
The SSL version was originally set to I'm wondering if we should try change back to the default auto-negotiate mode ( If there is still some users experiencing issue #25 in Kodi, maybe there should just be an option to pick a specific SSL version? (could define a property for you to change it) I would also try get the requests library updated to the latest version, currently Kodi is using v2.9.1 which is 3 minor releases behind the latest version (v2.12.4). |
I think we should go for auto-negotiation. I'll try to ping the maintainer of the requests module, if he doesn't respond, I'll take it over. |
…(instead of defaulting to TLS v1.0), specific version can now be set with the `Trakt.http.ssl_version` property #52
I've switched back to automatic negotiation on the I've also made the changes described in this post on the |
I actually checked the URL changes this morning. So I knew they were there
:)
…On Wed, Jan 11, 2017, 01:57 Dean Gardiner ***@***.***> wrote:
I've switched back to automatic negotiation on the develop branch, will
be publishing a new release after some more testing later today.
------------------------------
I've also made the changes described in this post
<https://plus.google.com/u/0/109991097847241028373/posts/B4gpC22priV> on
the develop branch, so you might want to check your lookup and search
calls are still working correctly.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFqyZAv5lA_2osPMenyKdizgOqBP5knwks5rRCkOgaJpZM4Lfhby>
.
|
Updating requests also might help a bunch. This particular sounds
ingesting.
Fixed a bug when sending JSON data that could cause us to encounter
obscure OpenSSL errors in certain network conditions (yes, really).
…On Wed, Jan 11, 2017, 02:07 Kolja ***@***.***> wrote:
I actually checked the URL changes this morning. So I knew they were there
:)
On Wed, Jan 11, 2017, 01:57 Dean Gardiner ***@***.***>
wrote:
I've switched back to automatic negotiation on the develop branch, will
be publishing a new release after some more testing later today.
------------------------------
I've also made the changes described in this post
<https://plus.google.com/u/0/109991097847241028373/posts/B4gpC22priV> on
the develop branch, so you might want to check your lookup and search
calls are still working correctly.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFqyZAv5lA_2osPMenyKdizgOqBP5knwks5rRCkOgaJpZM4Lfhby>
.
|
Released changes in v2.12.0 |
Had a user report this:
trakt/script.trakt#333 (comment)
The text was updated successfully, but these errors were encountered: