Cloud Computing 5 min read

How I Fixed Alibaba Cloud CDN Image Issues After a Support Showdown

A developer recounts a frustrating exchange with an Alibaba Cloud support engineer over missing images, explains why HTTPS CDN links failed, and shares a step‑by‑step workaround using HTTP links and OSS to restore image accessibility for GitHub‑hosted sites.

Java Backend Technology
Java Backend Technology
Java Backend Technology
How I Fixed Alibaba Cloud CDN Image Issues After a Support Showdown

In this post the author describes a heated interaction with an Alibaba Cloud support engineer who repeatedly blamed the CDN for images not displaying, despite the author providing clear evidence.

The engineer claimed the request never reached the CDN domain, and later added that the request was a proxy and they could not retrieve the actual CDN response.

The author points out that the image tag contains a data-canonical-src attribute, which originates from Alibaba Cloud's CDN, and that switching the URL from HTTPS to HTTP makes the image load without any other changes.

After the engineer continued to deflect responsibility, the author concluded that the CDN setup on Alibaba Cloud was unreliable for GitHub‑hosted images.

To solve the problem, the author implemented a two‑step workaround:

Replace all HTTPS CDN links with HTTP links, which at least display the images.

If some HTTP links still fail or only partially load, replace those with direct OSS links.

This approach restored image visibility for the author's site that uses GitHub + jsDelivr as a free image hosting solution.

The post also lists three reflective questions about the issue:

Why do you need to redirect the links?

Why can you redirect HTTP CDN links but not HTTPS ones?

If HTTPS works with OSS links but not with CDN, what is the cause?

Overall, the article provides practical insight into troubleshooting CDN image loading problems and highlights the limitations of Alibaba Cloud's CDN in this context.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

frontendCDNHTTPSOSSAlibaba CloudImage Hosting
Java Backend Technology
Written by

Java Backend Technology

Focus on Java-related technologies: SSM, Spring ecosystem, microservices, MySQL, MyCat, clustering, distributed systems, middleware, Linux, networking, multithreading. Occasionally cover DevOps tools like Jenkins, Nexus, Docker, and ELK. Also share technical insights from time to time, committed to Java full-stack development!

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.