If you are using a proxy server to display images, look at the proxy configuration. In particular, make sure that the https proxy URL does not contain the string "https", for example:
Environment="HTTPS_PROXY=https://proxy.url:8080/" => Environment="HTTPS_PROXY=http://proxy.url:8080/"
See also here for a more complete explanation.
source
share