Reputation: 11
I use a site that has SSL with Extended Validation enabled. In other words, when a user accesses my site, the address tool bar becomes green with the name of my company showing that it's secure. If my page gets any resources from HTTP page, I lost the green status and it becomes an ugly orange with exclamation mark.
The problem is that my page has a Vimeo video embedded (with iFrame). When you access it, the address tool bar is green but if you pass your mouse over the video, it becomes orange! After some investigation, it was detected that a http site is called (http://pdl.vimeocdn.com/...).
Searching google show me the following answer from Vimeo:
https://vimeo.com/forums/topic:98803
In other words, it's NEVER going to be fixed :(
Is there any way we can BLOCK this call from this embeded video?
Upvotes: 1
Views: 3083
Reputation: 920
That call is the actual video file, so you wouldn't want to block it. We are working with our CDN to get HTTPS video delivery working, and we're very close.
Upvotes: 2
Reputation: 48367
You seem to have covered most of the question - in the absence of Vimeo fixing the problem, the only practical way to avoid this is to proxy the vimeo access via your own site and rewrite the content passing through to change the URLs to point to your (HTTPS) proxy - which is hardly a very appropriate solution.
Upvotes: 0