trakt / Trakt-for-Mediaportal

Adds Trakt Support to Mediaportal
http://www.team-mediaportal.com/
26 stars 10 forks source link

Trakt API now requires SSL #123

Closed dstmar closed 6 hours ago

dstmar commented 1 day ago

I started getting 404 errors when trying to sync my library, or authorize the app. I changed the UseSSL setting to "yes" in the Trakt section of MediaPortal.xml, and everything is working now.

damienhaynes commented 6 hours ago

Once upon a time it was not SSL but it was introduced a long time ago so added that option.

It would be worth removing that option now and forcing it on regardless to prevent non-ssl being used. https://trakt.docs.apiary.io/#introduction/api-url

rectifyer commented 16 minutes ago

Cloudflare must have started enforcing SSL. The Trakt API has been documented as SSL only for a long time now, but CF must be fully enforcing it now.