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

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...For SSL my hosting provider suggests...For SSL my hosting provider suggests...
Previous
 
Next
New Post
1/24/2010 1:26 PM
 

My service provider, Network Solutions, says the only way to get SSL working with their DNN (4.9.0) offering is to do one of the things below

How does one do these things? And related specificially to (1) where are the links for pages formed? I hope I don't have to mess with the database, because I don't have access to that...

Network Solutions says I need to do one of these things:

(1) Make all the links to the sensitive pages https, or

(2) use a client-side program (like javascript) to detect if it's secure and redirect if it's not. The coding below will do just that. Just modify it to redirect to the correct secure domain and add it into the HTML of any sensitive pages.

script language="javascript">
if (document.location.protocol != "https:")
{
document.location.href = "https://secure.domain.com" + document.location.pathname;
};
<
/script>

 
New Post
1/25/2010 11:36 AM
 

The silence is becoming ominous. anyone there? hellllooooo!

 
New Post
1/25/2010 1:30 PM
 

HI David

AFAIK and in my experience DNN does all this for you.
Assuming the certificate is correctly installed you simply click the SSL check box (page settings) for whatever page. This then routes menu calls for the page to https.
Tip: On secure pages it may help to make image links absolute (https://www.mysite/portals etc) and not relative in order to avoid the "this page contains secure and unsecured content" message.

Be aware. DNN 4.9.0 is rather old and may well be missing some recent security updates. It may be worth asking them to install 5.22 or at least 4.9.5. Of course you can do this yourself as long as you have ftp access.

Hope this helps

Ian
 


Mutate and Survive
 
New Post
1/25/2010 2:15 PM
 

Thanks for the words of encouragement!

Unfortunately, been through the part you mentioned with Network Solutions. Network Solutions says only if I do what was posted above will SSL work in their environment.

So, I'm concentrating on getting a response from someone who knows DotNetNuke to tell me how the Network Solutions recommended workaround can be implemented.

Alternatively, I'm waiting for someone at DotNetNuke to tell me what was suggested cannot be done, so I can go back to Network Solutions and say their workaround doesn't work in reality of the product they sold me, and tell them why.

 
New Post
1/25/2010 6:03 PM
 

 Hi David

Are you using a shared SSL or have you bought your own?

It may well be a good idea to check out other DNN hosting.  Your current is asking you to use an older and less secure version of DNN and you are having ssl issues.
I have never managed to use a shared SSL - these days owning your own is not expensive - as little as $10 a year.  https://www.servertastic.com/  

I am suggesting this as there is nothing worse than fighting a difficult host.  In the end its simply cheaper to go with a decent asp.net host cause then you can just "get on".

Ian
 


Mutate and Survive
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...For SSL my hosting provider suggests...For SSL my hosting provider suggests...


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