On 7/6/01, Kevin Bilbee penned:
>the problem is that your graphics are now being serverd from a non SSL
>source. To fix it the server serving the graphics needs SSL installed.
>
>SO
><IMG SRC="mail_new.gif"> would need to be changed to <IMG
>SRC="https://www.example.com/images/mail_new.gif";>

<img src="mail_new.gif"> will resolve to the same domain the page is 
loaded from. So if the URL is https://mail.myImail.com/page.htm then 
the img tag would be seen as <img 
src="https://mail.myImail.com/mail_new.gif";> by the browser and 
shouldn't cause a problem. The only items that should appear as 
non-secure are items which start with http://.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to