Error 0004 with https site
-
I have a site that is https only.
When I request:
https://i1.wp.com/www.xxx.com/news/wp-content/uploads/2017/04/image15.jpg?resize=370%2C246&ssl=1the correct https://www.xxx.com/news/wp-content/uploads/2017/04/image15.jpg is loaded from my server and shown.
However, when I request:
https://i1.wp.com/www.xxx.com/news/wp-content/uploads/2017/04/image15.jpgI get “Error 0004. Unable to load the image.”
At the same time, I see from my server logs, that instead of a https request, a http request was made and the image was not sent (http is not supported)
The problem is that the jetpack carousel makes both requests to function correctly. So the first request with the thumbnail gets the correct image, but when loading the full size image in the carousel there is the 400 error. This must be a bug from your side!
- The topic ‘Error 0004 with https site’ is closed to new replies.