Hey Jacob, Valid SSL certificates are installed on si[0-5].twimg.com subdomains. On your SSL served pages, you could simply replace "http://a" with "https://si". Example for the @twitter account:
- HTTP: http://a3.twimg.com/profile_images/1124040897/at-twitter_normal.png - HTTPS: https://si3.twimg.com/profile_images/1124040897/at-twitter_normal.png Arnaud / @rno On Tue, Mar 22, 2011 at 4:37 PM, Jacob <[email protected]> wrote: > > Our application can sometimes be rendered within an HTTPS URL. To > avoid mixed security content warnings in browsers, we were able to > selectively convert our search API calls so they use HTTPS. However, > the profile image URLs returned by the search API are HTTP URLs, and > changing the protocol to HTTPS doesn't work (it seems like the image > servers don't support HTTPS). This causes a mixed content warning > when we render those URLs as HTML images. > > I would be OK with us having mixed content, but IE8 is particularly > bad at how it confronts users with this condition. Is there way for > me to create an HTTPS user profile image URL that works? > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: http://groups.google.com/group/twitter-development-talk -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
