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 StartedInstalling DNN ...Installing DNN ...DNN SSL and Shared CertificatesDNN SSL and Shared Certificates
Previous
 
Next
New Post
9/28/2007 2:51 PM
 

Hi folks,

I have installed Version 4.6 onto my hosts server  which contains a shared ssl certificate. I have tried setting the SSL urls with no luck.

So hopefully someone her can help me

The shared ssl url is https://server16.lfchosting.com

The standard URL is http://growthadvisors.com

The virtual directory for growthadvisors.com is at

/clearview/other/clearview/hosting/gadnn/

So what should I put into the SSL Url in the Portals Settings page

I have tried

https://server16.lfchosting.com/clearview/other/clearview/hosting/gadnn/

But this gives me a runtime error in the /clearview application ???

Is it possible to use the shared ssl certificate in this situation and if so how.

Many thanks in advance for any help given.

Tony Stallan

 
New Post
10/5/2007 3:43 AM
 

I ran into a lot of issues trying to figure out how to use the shared SSL and finally bought my own certificate for $40 and used SSLRedirect from Snowcovered.com. It works great for the site I used it on. On a different site I used a JavaScript I adapted from a John Mitchell post. It searches the incoming URL and adds www and https if necessary. Here's the link where I found it:

http://www.snapsis.com//tabid/560/forumid/12/postid/5068/view/topic/Post.aspx

And my code:

<script language="Javascript1.1" type="text/javascript">
    if(!(location.href.toLowerCase().indexOf('www.') > -1  )) 
             location.href = location.href.replace('http://avalon','http://www.avalon');
</script>
<script language="Javascript1.1" type="text/javascript">
    if(location.protocol.toLowerCase() =='http:' &&
       ( location.href.toLowerCase().indexOf('login') > -1 ||
         location.href.toLowerCase().indexOf('mycart') > -1 ||
         location.href.toLowerCase().indexOf('180') > -1 ||
         location.href.toLowerCase().indexOf('register') > -1||
         location.href.toLowerCase().indexOf('orders') > -1  )) 
             location.href = location.href.replace('http:','https:');

    if(location.protocol.toLowerCase() =='https:' &&
         location.href.toLowerCase().indexOf('login') == -1 &&
         location.href.toLowerCase().indexOf('mycart') == -1 &&
         location.href.toLowerCase().indexOf('180') == -1 &&
         location.href.toLowerCase().indexOf('register') == -1 &&
         location.href.toLowerCase().indexOf('orders') == -1)
             location.href = location.href.replace('https:','http:');
</script>

Hope that helps at least a little.

 

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...DNN SSL and Shared CertificatesDNN SSL and Shared Certificates


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