Change Page:
12 > | Showing page 1 of 2, messages 1 to 15 of 20
Joe Stephenson
-
Total Posts
:
7
-
Reward points
:
0
- Joined: Feb 27 '03
-
Status: offline
|
Running forum over an SSL
Thu. Mar 6, '03 3:32 PM
( permalink)
Hello Samuel, We are running ASPPlayground over an SSL for our companies private Extranet. What we have been experiencing is the following message as users drill through the forum: This page contains both secure and nonsecure items. Do you want to display the nonsecure items? If you select Yes then the padlock is removed, if you select No then the padlock stays. The forum appears to continue in either case. The problem occurs in that users have to select Yes or No each time a page comes up with this problem. Is there a way that you know of in preventing this type of message pop-up window from happening. Thanks js
|
|
|
|
Samuel
-
Total Posts
:
11784
-
Reward points
:
167750
- Joined: May 23 '01
-
Status: offline
|
RE: Running forum over an SSL
Thu. Mar 6, '03 3:35 PM
( permalink)
IE seems to find iframe insecure. It is a known problem but currently I do not have a solution for it. Note: this is not a security problem at all. It is IE' s behavior.
< Message edited by samuel -- 2003-03-06 15:47:10 >
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
Samuel
-
Total Posts
:
11784
-
Reward points
:
167750
- Joined: May 23 '01
-
Status: offline
|
RE: Running forum over an SSL
Thu. Mar 6, '03 4:01 PM
( permalink)
After a quick search on google, I found a possible solution: in tt.asp and m.asp: Look for the iframe code at the bottom of both pages, and add a src attribute so that they read: <iframe name=" bufferFrame" style=" display:none;" src=" blank.html" ></iframe> and then create a page called blank.html in the forum' s root directory. You do not have to put anything in blank.html. Please try it and see if it fixes the problem.
< Message edited by samuel -- 2003-03-06 16:02:45 >
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
Joe Stephenson
-
Total Posts
:
7
-
Reward points
:
0
- Joined: Feb 27 '03
-
Status: offline
|
RE: Running forum over an SSL
Thu. Mar 6, '03 4:18 PM
( permalink)
Hi Samuel, This worked like a charm, no more pop-up. Thanks very much for your help. js
|
|
|
|
Samuel
-
Total Posts
:
11784
-
Reward points
:
167750
- Joined: May 23 '01
-
Status: offline
|
RE: Running forum over an SSL
Thu. Mar 6, '03 4:25 PM
( permalink)
Thank you for your report too! I will release a new patch containing this and the Opera 7 compatibility update. Thanks
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
Guest
-
Total Posts
:
888
-
Reward points
:
0
- Joined: May 23 '01
-
Status: online
|
RE: Running forum over an SSL
Sat. Oct 18, '03 8:41 AM
( permalink)
Hi Samuel! I also solved my problem using this logic. Thanks. Vijay .r
|
|
|
|
Guest
-
Total Posts
:
888
-
Reward points
:
0
- Joined: May 23 '01
-
Status: online
|
RE: Running forum over an SSL
Tue. Oct 21, '03 12:08 AM
( permalink)
Hi, 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. Vanitha
|
|
|
|
Samuel
-
Total Posts
:
11784
-
Reward points
:
167750
- Joined: May 23 '01
-
Status: offline
|
RE: Running forum over an SSL
Tue. Oct 21, '03 12:21 PM
( permalink)
Are you saying you are "invoking" the forum from an ASPX application? What do you mean by invoking??
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
Guest
-
Total Posts
:
888
-
Reward points
:
0
- Joined: May 23 '01
-
Status: online
|
RE: Running forum over an SSL
Wed. Jan 7, '04 7:53 AM
( permalink)
I came across another broblem...if you have hotlinks from your https site to 'unsecure' http site (mine is something like this:) Someones ICQ Status: <img onerror="this.src='images/icq_offline.gif';" src="http://web.icq.com/whitepages/online?icq=123456789&img=5"> with http rather than https address... 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
|
|
|
|
FreddyD
-
Total Posts
:
834
-
Reward points
:
41160
- Joined: Mar 02 '02
- Location: Louis Lake
-
Status: offline
|
RE: Running forum over an SSL
Wed. Jan 7, '04 10:01 PM
( permalink)
the only way - disallow someone to post http pics on an https site.
|
|
|
|
Guest
-
Total Posts
:
888
-
Reward points
:
0
- Joined: May 23 '01
-
Status: online
|
RE: Running forum over an SSL
Mon. Mar 14, '05 4:56 AM
( permalink)
<iframe name=" bufferFrame" style=" display:none;" src=" blank.html" ></iframe> 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??
|
|
|
|
Samuel
-
Total Posts
:
11784
-
Reward points
:
167750
- Joined: May 23 '01
-
Status: offline
|
RE: Running forum over an SSL
Mon. Mar 14, '05 8:53 PM
( permalink)
I am not sure what you are referring to. We are talking about iframe here, not regular frames.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
jazzman
-
Total Posts
:
4
-
Reward points
:
0
- Joined: May 13 '05
- Location: Philadelphia, Pennsylvania
-
Status: offline
|
RE: Running forum over an SSL
Wed. Dec 28, '05 11:43 AM
( permalink)
Samuel, 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: https://www.ohio-academy-of-audiology.org/forum/tm.asp?m=1 Viewing the source yields no occurrence of "http" without the "s". Or are there some links hidden in the javascript routines that are called? Lee
|
|
|
|
Samuel
-
Total Posts
:
11784
-
Reward points
:
167750
- Joined: May 23 '01
-
Status: offline
|
RE: Running forum over an SSL
Wed. Dec 28, '05 1:18 PM
( permalink)
it is the iframe used in "fast reply" (WYSIWYG editor) that causes IE to respond this way.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
jazzman
-
Total Posts
:
4
-
Reward points
:
0
- Joined: May 13 '05
- Location: Philadelphia, Pennsylvania
-
Status: offline
|
RE: Running forum over an SSL
Wed. Dec 28, '05 1:57 PM
( permalink)
Why? In what file is the code? And what can I do about it? Lee
|
|
|
|