mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: 10.7.7 grabs covers from tmbd over http, not https #3407
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lgrn on GitHub (Nov 29, 2021).
Please describe your bug
When clicking "Identify" on an object and putting in some search terms to grab covers etc. the search results (
class="cardImageContainer coveredImage") are a mix of HTTP and HTTPS URLs for the images, seemingly dependent on the source. This causes all images (in my case) served over HTTP not to show, as the connection to the Jellyfin instance is over HTTPS and presumably mixed content isn't allowed.By right clicking the empty space where the poster should be, choosing "Inspect" and changing the URL to one using HTTPS, the poster shows up. Here's an example of an "incorrect" one:
Changing to https in the
background-image:urlmakes it show up fine.This only seems to affect images from TMDB, images from "The Open Movie Database" seem to be HTTPS by default and work fine.
Is there a server-side setting here that I'm missing causing this, or could this be improved so that all covers (where it works) are grabbed over HTTPS?
Jellyfin Version
10.7.7
if other:
No response
Environment
No response
Jellyfin logs
No response
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct