On my https web site, how can I display images from a web site without a certificate?
I own the example domain of:
you can make your own ssl proxy.
Run all the images through this script.
Just make a file and put this PHP code inside. Use curl
or file_get_contents
to echo out the content.
So if you want to call the secure image, you call it like this:
https://mysecureserver.com/path_to_this_script/?url=[base64 encoded image link]