ASP.NET - security warning message inside Iframe while loading URL
Asked By gopal krish on 27-Dec-11 09:05 AM
hi..
i was installed ssl certificate for my web site.
all pages are working fine. in one page i have a iframe in that i was loading an ebook or html file url in http format.
when i went to that page i get security warning message
my iframe syntax is:
<iframe id="ifrmEBOOK" runat="server" style="width: 956px; height: 500px"></iframe>
<iframe id="ifrmHTML" runat="server" style="width: 956px; height: 500px"></iframe>
so when i load any html or url or streming file i got the error below:
This page contains both secure and nonsecure items.
Do you want to display the nonsecure items?
so how to avoid this issue..
need ur suggetsions with examples
regards
gopal.s
Peter Bromberg replied to gopal krish on 28-Dec-11 08:26 AM
The only way to avoid this message is for the user to change their browser security settings.
click Medium safety . • Under Launching applications and files in an IFRAME , click Enable . • Under Active Scripting , click Enable . Verify that the click OK two times. Verify that you can connect to SSL enabled Web sites The computer uses a secure HTTP port or more errors were found in the Secure Sockets Layer (SSL) certificate sent by the server. 0x800736B1 -2147010895 Error_SXS_Cant_gen_Actctx This application has
Certificate Problem while integrating site into another ASP.NET 10-Aug i acheive this ? Pls Help doesn't ebay run under ssl? Are you attempting to iframe ebay? If so, most people's browser security settings are default to prevent this. keywords: ASP.NET, Certification, ebay description: Certificate Problem while integrating site into another hi frds while i
SSL Certificate ASP.NET 10-Aug-13 06:20 PM Hi For example, I hosted my website application, . I want to add ssl certificate to my website. How to add this? Or can i add ssl certificate to a particular page only. Thanks kiruba.e How do I get an SSL Certificate? You have a few options for obtaining an SSL certificate
SSL Certificate SharePoint 10-Aug-13 06:21 PM I have to create SSL certificate which means whenever i click a logo on my page, ssl certificate should be displayed saying that organization name: "abc", Sterting date Thanks Follow these steps • First of all you should create certificate which will be using in web application • Go to sharepoint find and open server certificates in properties • Click on “Create Certificate Request…” • Provide “Distinguished Name Properties” (common name is name of
ssl certificate issue after renewal Security 10-Aug-13 06:22 PM after renew the ssl certificate we are facing issue of handshake below is the error the protocol. The client probably provided invalid authentication information." Detail: SSL connect failed in tcp_connect() Hi, Secure Sockets Layer (SSL) certificate security is a must for any ecommerce website. SSL benefits to you and your customers are vital. SSL Certificates
ssl certificate Cofiguration for a web site(https) ASP.NET 10-Aug-13 06:21 PM hi. . i am having ssl certificate information. i was configured the site with that ssl certificate.(source foldername-> webfiles) and its working fine in with https Nov-11 01:47 PM hi, In order to make SSL connections from the WebSphere application server to external servers the server must be setup to trust the external server's SSL cert. Howto: Add an external cert to the WebSphere 6
Is SSL certificate particular to a server or it can be transfered Deployment 10-Aug-13 06:36 PM I have a ssl certificate for my hosting company server, Now due to some reasons change my hosting company. . is it possible to use this ssl certificate at my new hositng company's server or I will them whether they allow that. Otherwise if you bought your certificate from VeriSign etc. i don't see why you cannnot. keywords: SSL certificate, Otherwise description: Is SSL certificate particular to a server
IFrame Removal JavaScript 10-Aug-13 06:49 PM I have problem in removing IFrame . following is code for creation and deletion of IFrame. function createIframe (iframeName, width, height) { if (document.createElement iframe = document.createElement('iframe'))) { iframe.name = iframe.id = iframeName; iframe.width = width; iframe.height = height; iframe.style.position = 'absolute'; iframe