D
D
Dmitry Amirov2014-10-18 15:35:04
CDN
Dmitry Amirov, 2014-10-18 15:35:04

HTTPS and uploading images via HTTP. Is there a suitable CDN?

There is a site with HTTPS which loads pictures from a remote resource. The remote resource unfortunately only supports HTTP. Browsers, unfortunately, react to this with a warning, which is not entirely good.

We need some service that could proxy from HTTP to HTTPS. Those. so that links to images can be replaced with something similar:

https://cdn-service.com/?http://remote.com/image.jpg
Other options with preloading these images in cdn are not suitable - there are an unrealistically large number of them, and this is quite difficult to implement. We need such a simple option with the substitution of links.

Yes, you can write your own simple proxy script. And replace links like this:
https://server.com/proxy.php?http://any.com/image.jpg
But there are a lot of pictures. It would not be desirable to load the server also with this nonsense.

Does anyone know of similar services? I ran through some CDNs but no one seems to have anything similar.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Sokolov, 2014-10-18
@sergiks

CloudFlare has enabled SSL support for free plans! Just rechecked.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question