473,378 Members | 1,417 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

security warning with https

Hello folks,

I've integrated my ASP.NET website with a portal on web. My website opens in
a frame provided by the web portal. The portal uses https protocol. Now when
i open my website IE displays a security warning saying "This page contains
both secure and un-secure items. Do you want to display the non secure
items". When i hit yes every thing works fine.

What should i do to remove this security warning. My ASP.NET web page has a
user control. Does the security warning has anything to do with that control?

Thanks in advance....
Nov 19 '05 #1
5 6045
Do you have content on there coming from non https sources?

If so, I don't think there is a way to get around the warning. It is there
to protect the user so they are aware that some of the page is potentially
unsecure.

"Hatim Ali" <Ha******@discussions.microsoft.com> wrote in message
news:6D**********************************@microsof t.com...
Hello folks,

I've integrated my ASP.NET website with a portal on web. My website opens
in
a frame provided by the web portal. The portal uses https protocol. Now
when
i open my website IE displays a security warning saying "This page
contains
both secure and un-secure items. Do you want to display the non secure
items". When i hit yes every thing works fine.

What should i do to remove this security warning. My ASP.NET web page has
a
user control. Does the security warning has anything to do with that
control?

Thanks in advance....

Nov 19 '05 #2
you need to switch your site to use https for all its content.

-- bruce (sqlwork.com)

"Hatim Ali" <Ha******@discussions.microsoft.com> wrote in message
news:6D**********************************@microsof t.com...
Hello folks,

I've integrated my ASP.NET website with a portal on web. My website opens
in
a frame provided by the web portal. The portal uses https protocol. Now
when
i open my website IE displays a security warning saying "This page
contains
both secure and un-secure items. Do you want to display the non secure
items". When i hit yes every thing works fine.

What should i do to remove this security warning. My ASP.NET web page has
a
user control. Does the security warning has anything to do with that
control?

Thanks in advance....

Nov 19 '05 #3
best way to get rid of the warning is to not have items outside the https...
One of your controls, or somethign that's referenced somewhere, is outside
of the "secure" path... so you will always get the warning unless you find it.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Hatim Ali" wrote:
Hello folks,

I've integrated my ASP.NET website with a portal on web. My website opens in
a frame provided by the web portal. The portal uses https protocol. Now when
i open my website IE displays a security warning saying "This page contains
both secure and un-secure items. Do you want to display the non secure
items". When i hit yes every thing works fine.

What should i do to remove this security warning. My ASP.NET web page has a
user control. Does the security warning has anything to do with that control?

Thanks in advance....

Nov 19 '05 #4
re:
Does the security warning has anything to do with that control?
Probably not, but you probably have your images
coming from a non-https-secured directory.

Make sure *all* your content comes from an https source.

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
=============================

"Hatim Ali" <Ha******@discussions.microsoft.com> wrote in message
news:6D**********************************@microsof t.com... Hello folks,

I've integrated my ASP.NET website with a portal on web. My website opens in
a frame provided by the web portal. The portal uses https protocol. Now when
i open my website IE displays a security warning saying "This page contains
both secure and un-secure items. Do you want to display the non secure
items". When i hit yes every thing works fine.

What should i do to remove this security warning. My ASP.NET web page has a
user control. Does the security warning has anything to do with that control?

Thanks in advance....

Nov 19 '05 #5
Can someone introduce me how can i create web application on iis,with asp
technology and must I have database and which one?
I have to create a memory,that can be played on web for 2 or 3 persons.
Which tools i have to use?
I have MS Visual Studio .NET 2003 and Macromedia Studio.
I do not know how can I connect Flash application with active server
pages,so i will be gratefull if someone help me or tell me something.
ThanX
Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Aaron | last post by:
Hey, I have a question about how secure the following will be.... I want to have a login form that posts to itself, so when it loads it checks if there is a username and password on the query...
14
by: Peter Chant | last post by:
I'm currently authenticating a site I have built using basic http authentication built into apache. This has zero overhead on php which is a bonus but it seems to not quite work how I'd like. ...
6
by: pradeep_TP | last post by:
I am facing a strange problem with my web site. Afer reinstalling the web application on the web server, I am getting a dialog box for each page. The dialog box has the following information. ...
5
by: Dabbler | last post by:
I'm sending users to a secure page https to fill out a registration form. When they're done I show a thank you page. I need to return the user to http mode after filling out the form. If I use...
0
by: Jeyakumar | last post by:
Hi, I am using following code to avoid security warning when switch from pageA(https) to PageB (http). 'Output a redirector for the needed page to avoid a security warning. Response.Clear()...
2
by: piter | last post by:
Hi. My goal is to achive security similiar to the HTTPS. The data visible for the port sniffer must be ciphered. Is this possible with WS-Security or WS-Security only enables mi to secure...
10
by: =?Utf-8?B?cGF0cmlja2RyZA==?= | last post by:
Hi guys! I use masterpages for my website, the inside content is secured (https), while the header and the footer master files are not, so, can I get rid of the "This page contains both secure...
0
by: =?Utf-8?B?U3ViYQ==?= | last post by:
Hi In my application we have ssl turned on with load balancer. my page has a flash piece. so whenever the client opens the page a security warning pops up. I wrote a custom http response filter...
0
by: smokenlinks | last post by:
I am working on a script and i get this error Warning: fsockopen() : unable to connect to https://www.alertpay.com:443 (Unable to find the socket transport "https" - did you forget to enable it...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.