We are planning to create a new sub-site within our company's intranet site, which is built on SharePoint 2007. We want to add a 3rd-party weather web part (which is just a widget to display the local weather forecast) to the home page of the new intranet site.
Since the intranet site uses HTTPS, do we need to find an HTTPS-compliant web part? I'm guessing that if we use a non-HTTPS web part, then users will get some sort of "This page contains both secure and non-secure items" error message when they load the page.
Edit:
I found this post on SF: http://serverfault.com/questions/91159/sharepoint-moss-serve-http-content-on-an-https-page-without-mixed-content-warni, which suggests that the most secure option would be to find a 3rd-party weather web part that uses HTTPS (or create one ourselves). Your thoughts?