﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Running forum over an SSL</title><link>http://www.aspplayground.net/forum/</link><description /><copyright>(c) ASP Playground Support Forum</copyright><ttl>30</ttl><item><title> RE: Running forum over an SSL (Guest)</title><description>  We have the same problem, but have only a frameset with one frame. Frame src points to a secure webpage. Clickin No to the popup still displays the entire content. Clicking Yes removes the padlock-icon&amp;nbsp;from the browser. This alarms our customers. &lt;br&gt;  &amp;nbsp; &lt;br&gt;  &amp;lt;frameset&amp;gt; &lt;br&gt;  &amp;nbsp; &lt;br&gt;  &amp;lt;/frameset&amp;gt; &lt;br&gt;  &amp;nbsp; &lt;br&gt;  doesn't display the popup, but ones you ad the &amp;lt;frame src="https://..."&amp;gt; you get the popup. &lt;br&gt;  &amp;nbsp; &lt;br&gt;  Microsoft KnowledgeBase says itäs a bug in Content Advisor and instructs to turn Content Advisor off... &lt;br&gt;  &amp;nbsp; &lt;br&gt;  We can't change the single frame to an iframe, because of our server setup and because we don't want to use an iframe. &lt;br&gt;  &amp;nbsp; &lt;br&gt;  -Incu &lt;br&gt;   </description><link>http://www.aspplayground.net/forum/fb.ashx?m=394075</link><pubDate>Tue, 17 Oct 2006 01:34:42 GMT</pubDate></item><item><title> RE: Running forum over an SSL (JodyG)</title><description>  We resolved this by changing line 143 of rtejs/richtext.js from: &lt;br&gt;  &lt;pre class="prettyprint"&gt;
 document.writeln('&amp;lt;iframe id="' + rte + '" name="' + rte + '" style="width:' + width + 'px; height:' + height + 'px;" class="rteFrame" src=""&amp;gt;&amp;lt;/iframe&amp;gt;');&lt;/pre&gt; &lt;br&gt;  to &lt;br&gt;  &lt;pre class="prettyprint"&gt;
 document.writeln('&amp;lt;iframe id="' + rte + '" name="' + rte + '" style="width:' + width + 'px; height:' + height + 'px;" class="rteFrame" src="blank.html"&amp;gt;&amp;lt;/iframe&amp;gt;');
 &lt;/pre&gt; &lt;br&gt;  &amp;nbsp; &lt;br&gt;  Make sure you have got a blank html file called blank.html in the root folder of the forum. &lt;br&gt;   </description><link>http://www.aspplayground.net/forum/fb.ashx?m=392203</link><pubDate>Wed, 12 Apr 2006 06:21:09 GMT</pubDate></item><item><title> RE: Running forum over an SSL (Samuel)</title><description>  it is an iframe problem. We use iframe too in "post reply" - this is part of the WYSIWYG editor. </description><link>http://www.aspplayground.net/forum/fb.ashx?m=390846</link><pubDate>Wed, 28 Dec 2005 15:05:15 GMT</pubDate></item><item><title> RE: Running forum over an SSL (jazzman)</title><description>  If&amp;nbsp;I&amp;nbsp;don't enable fast reply,&amp;nbsp;then I have to use&amp;nbsp;Post Reply,&amp;nbsp;which itself generates the same bothersome pop-up message. So now the question becomes: what in Post Reply is IE objecting to?&amp;nbsp; Apparently it's not an iframe problem again, or is it? &lt;br&gt;  &amp;nbsp; &lt;br&gt;  Lee &lt;br&gt;   </description><link>http://www.aspplayground.net/forum/fb.ashx?m=390845</link><pubDate>Wed, 28 Dec 2005 14:25:19 GMT</pubDate></item><item><title> RE: Running forum over an SSL (Samuel)</title><description>  "why" - I don't know why IE works this way either &lt;br&gt;   &lt;br&gt;  what can I do about it - 1. don't enable fast reply for your forum or 2. don't use SSL for the forum &lt;br&gt;   </description><link>http://www.aspplayground.net/forum/fb.ashx?m=390844</link><pubDate>Wed, 28 Dec 2005 14:01:30 GMT</pubDate></item><item><title> RE: Running forum over an SSL (jazzman)</title><description>  Why?&amp;nbsp;In what file&amp;nbsp;is the code? And what can I do about it? &lt;br&gt;  &amp;nbsp; &lt;br&gt;  Lee &lt;br&gt;   </description><link>http://www.aspplayground.net/forum/fb.ashx?m=390843</link><pubDate>Wed, 28 Dec 2005 13:57:41 GMT</pubDate></item><item><title> RE: Running forum over an SSL (Samuel)</title><description>  it is the iframe used in "fast reply" (WYSIWYG editor) that causes IE to respond this way. </description><link>http://www.aspplayground.net/forum/fb.ashx?m=390840</link><pubDate>Wed, 28 Dec 2005 13:18:44 GMT</pubDate></item><item><title> RE: Running forum over an SSL (jazzman)</title><description>  Samuel, &lt;br&gt;  &amp;nbsp; &lt;br&gt;  With Content Advisor turned off on my browser, I'm encountering the old problem often discussed in this forum of the pop-up message "This page contains both secure and nonsecure items" on an SSL site, yet I see no cause of it. It happens here: &lt;a href="https://www.ohio-academy-of-audiology.org/forum/tm.asp?m=1" target="_blank"&gt;https://www.ohio-academy-of-audiology.org/forum/tm.asp?m=1&lt;/a&gt;&amp;nbsp;Viewing the source yields no occurrence of "http" without the "s". Or are there some links hidden in the javascript routines that are called? &lt;br&gt;  &amp;nbsp; &lt;br&gt;  Lee &lt;br&gt;   </description><link>http://www.aspplayground.net/forum/fb.ashx?m=390838</link><pubDate>Wed, 28 Dec 2005 11:43:47 GMT</pubDate></item><item><title> RE: Running forum over an SSL (Samuel)</title><description>  I am not sure what you are referring to. We are talking about iframe here, not regular frames. </description><link>http://www.aspplayground.net/forum/fb.ashx?m=387106</link><pubDate>Mon, 14 Mar 2005 20:53:11 GMT</pubDate></item><item><title> RE: Running forum over an SSL (Guest)</title><description>  &lt;blockquote class="quote"&gt;&lt;div style="width:50%;font-weight:bold; padding-bottom:4px;"&gt;&lt;/div&gt;&amp;lt;iframe name=" bufferFrame" style=" display:none;" src=" blank.html" &amp;gt;&amp;lt;/iframe&amp;gt;&lt;/blockquote&gt; &lt;br&gt;  my first page on my site is my index page which has frames in it , and i have discovered that thats where the problem is (frames). so where do i put ur piece of code?? </description><link>http://www.aspplayground.net/forum/fb.ashx?m=387099</link><pubDate>Mon, 14 Mar 2005 04:56:51 GMT</pubDate></item><item><title> RE: Running forum over an SSL (FreddyD)</title><description>  the only way - disallow someone to post http pics on an https site. </description><link>http://www.aspplayground.net/forum/fb.ashx?m=380393</link><pubDate>Wed, 07 Jan 2004 22:01:38 GMT</pubDate></item><item><title> RE: Running forum over an SSL (Guest)</title><description>  I came across another broblem...if you have hotlinks from your https site to 'unsecure' http site  &lt;br&gt;  (mine is something like this:) &lt;br&gt;  Someones ICQ Status: &amp;lt;img onerror="this.src='images/icq_offline.gif';" src="http://web.icq.com/whitepages/online?icq=123456789&amp;img=5"&amp;gt; &lt;br&gt;   &lt;br&gt;  with http rather than https address... &lt;br&gt;   &lt;br&gt;  you will get the same message popping out i'm still looking for a solution to fix this...if anyone has any ideas please share </description><link>http://www.aspplayground.net/forum/fb.ashx?m=380378</link><pubDate>Wed, 07 Jan 2004 07:53:47 GMT</pubDate></item><item><title> RE: Running forum over an SSL (Samuel)</title><description>  Are you saying you are "invoking" the forum from an ASPX application? What do you mean by invoking?? </description><link>http://www.aspplayground.net/forum/fb.ashx?m=379222</link><pubDate>Tue, 21 Oct 2003 12:21:06 GMT</pubDate></item><item><title> RE: Running forum over an SSL (Guest)</title><description>  Hi, &lt;br&gt;   &lt;br&gt;  I'm facing the same Security Alert Problem when i invoke my asp page from an aspx,what should be the issue ,can anyone help in this. &lt;br&gt;   &lt;br&gt;  Vanitha </description><link>http://www.aspplayground.net/forum/fb.ashx?m=379217</link><pubDate>Tue, 21 Oct 2003 00:08:39 GMT</pubDate></item><item><title> RE: Running forum over an SSL (Guest)</title><description>  Hi Samuel! &lt;br&gt;       I also solved my problem using this logic. Thanks. &lt;br&gt;   &lt;br&gt;  Vijay .r </description><link>http://www.aspplayground.net/forum/fb.ashx?m=379171</link><pubDate>Sat, 18 Oct 2003 08:41:23 GMT</pubDate></item></channel></rss>