I'm trying to use a Standard Twitter badge on a site with a members area which switches the user to https automatically. On IE 8 this results in the annoying but true "This page contains both secure and non secure items" warning.
I found other threads on stackoverflow and vague suggestions on other sites that I could have my Twitter badge on https pages without triggering security warnings if I implement a simple proxy on my side to call the Twitter graphics and stuff from the regular http urls on the Twitter server, but via https urls on my secure pages.
There are a lot of proxy solutions out there and I'm having trouble finding info about my situation specifically (found aspx directions but I don't use .net stuff). I just need a very simple solution for a LAMP server to handle this one special case.
Alternatively, anyone know of another way to handle this?