Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Get rid of SSL this page contains both secure and nonsecure items dialogueGet rid of SSL this page contains both secure and nonsecure items dialogue
Previous
 
Next
New Post
1/1/2008 6:14 AM
 

Here are a few more things to look for...

1) If your site is using domain.com and www.domain.com (ssl cert is https://www.domain.com) make sure there are no links using domain.com. THis will cause the error. Better yet, put a 301 redirect on domain.com to www.
2) Google adsense - any links off site using JS will cause this message. Remove external JS from those pages where https is needed. I've never used google analytics, but if there is JS going off site from a secure page, you will probably get this message.
3) Secured by messages - We recently had a goetrust logo in the skin at a customers request that has a "click here to verify" . The off site link on a secure page caused this message. We used a static link. Again look for all external JS references that link off site such as 3rd party tracking tools.
4) Try to control which pages are ssl. You only need it on certain pages such as checkout (unless you want a secure login). I noticed on catalook, once you go to an SSL page, and go back to shopping, all subsequent pages want to be ssl, which is un-necessary and increases the chance of this error. There may be a a setting for this in catalook that I'm unaware of. 
These are the issues that we've come across so far.

 
New Post
1/2/2008 12:20 AM
 

Since I always use virtual paths when specifying file paths, I was confused until I narrowed down the files references to one.  My offending file was the Google Analytics script reference.  I had not yet updated the script to the new version.  Here is my forum thread on the topic:

http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/111/threadid/193447/scope/posts/Default.aspx


Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
6/11/2009 4:12 PM
 

I've just started encountering this as well, however I know what the cause is in my case. One page of the site I'm working on is secured, however another page has an iFrame (yeah, I know. I don't like it either). Problem comes when someone navigates to the secure page and then from there on any clicks are to an HTTPS address. Is there any trick I could use to designate "Not-Secure" pages or the ability to change the protocol (HTTP/HTTPS) in the URLs.

Thanks

PS - Thanks for your Blogs on jQuery Will, I've been working with trying to implement some addons to my 4.9.x sites and have been getting alot of help from your posts.


Wells Doty Jr
Online Content Development
 
New Post
6/11/2009 4:55 PM
 

 Request.IsSercureConnection will tell you if it's using HTTPS or not.
I use a check on that and then 
Response.Redirect("https://" + Request.Url.Host + Request.Url.PathAndQuery);
to send them to the secure version of the page. (there is probably a better way to recreate the path, that's just the first one I got working)

tabInfo.IsSecure will tell you if the tab requires a secure connection.

 

Not sure if that was quite what you were looking for, but hope it helps. :)

 

 
New Post
6/11/2009 5:24 PM
 

Baatezu wrote

 Request.IsSercureConnection will tell you if it's using HTTPS or not.
I use a check on that and then 
Response.Redirect("https://" + Request.Url.Host + Request.Url.PathAndQuery);
to send them to the secure version of the page. (there is probably a better way to recreate the path, that's just the first one I got working)

tabInfo.IsSecure will tell you if the tab requires a secure connection.

 

Not sure if that was quite what you were looking for, but hope it helps. :)

 

That does seem to be in the direction I'm trying to get, and forgive me here because I'm more designer than coder but would I use that in a (java)Script block, probably in the Header section under page settings?

P.S. the site is currently running 4.9.3


Wells Doty Jr
Online Content Development
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Get rid of SSL this page contains both secure and nonsecure items dialogueGet rid of SSL this page contains both secure and nonsecure items dialogue


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out