Power DNN

Recently Viewed...
DNN Modules
   
SnowCovered Top Sellers

Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.

Powerful, Ajax Enabled, Easy to Use. Document Management and Multimedia gallery functionality in one.Open-DocumentLibrary allows DotNetNuke users to organize share and manage documents, offering granular control over Folder and Document access.

Active Social is customizable social networking solution that fits the needs of a large company, small group, start-up business, or any size interest group. Connect with co-workers, people with similar interests, family, old friends, or meet new ones. Active Social provides a complete communication

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

In this day and age, knowing as much detailed information as possible about your customer, prospect or web site user is essential. Thankfully, the new 'Dynamics Forms' module from Data Springs, makes it easier than ever to segment your data collection efforts.

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet and play them in our integrated flash video player.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

The amazing ANY COLOUR Flex2 skin + our unique EasyMod module allowing you to customise just about everything in this skin. DrNuke just re-wrote the rule book again.

The Future of Enterprise Search for DotNetNuke 3.x and 4.xOpen-SearchEngine provides DotNetNuke with a true enterprise search engine capable of indexing html content as well as documents from multiple sites and/or physical directories.

Capture your users attention, enrich your site with multimedia flash, and create and opt in distribution list for your DNN site. These are just a few of the many features the Data Springs Module Collection can provide you.

    |   Register   |   Monday, March 15, 2010   
You are here:Resources  Articles & Information  DotNetNuke w/ SSL  


How to configure SSL within DotNetNuke

 

Starting with DotNetNuke 4.5.4 a new feature was added that would allow SSL support for specific pages.  This new feature is something that many individuals had been requesting for a long amount of time and provides an easy way to switch from SSL to non-SSL within a DNN site.  This article will discuss the new settings available as well as some limitations and items to remember regarding this implementation of SSL.

 

New Settings 

To successfully implement SSL Support within DotNetNuke a few new settings were needed at two different levels within the site to allow the new feature to work.  The first addition was to the "Site Settings" section to allow definition of settings that are specific to the entire site.  The second addition was to the "Page Settings" that actually determines if SSL is to be used.  Each of these modifications will be discussed.

 

SSL - Site Settings 

When working with the "Site Settings" (Admin -> Site Settings) you will now notice an additional option area that looks like the below.

 

These settings apply to the entire portal and are the first items you need to modify to enable SSL within your portal.  Each individual setting will be discussed below. 

SSL Enabled

This setting is the basic enabling of SSL Support this will enable the switching between SSL and non-SSL transmission by the front end pages

SSL Enforced

If this setting is enabled, a secure page will ALWAYS be visited via SSL and an unsecured page will ALWAYS be visited via standard HTTP. This ensures that users are ONLY on SSL for a long as needed, however, there is a slight performance implication as with this ALL pages must check to see if the request was via SSL, not just secure pages.

SSL URL

This setting is typically left blank as it specifies a non-standard SSL URL. If you have a site http://www.mysite.com and your SSL transmission url is https://www.mysite.com you do not need to set this property. However, if you are on shared hosting and do not have your own SSL certificate you can specify a third party SSL path that will be used when accessing the site via SSL. (NOTE: if you have this set you should ensure that this URL is also set as a portal alias to your portal)

Standard URL

If you have specified an SSL Url you must specify the "Standard URL" that a user will be returned to when they are taken away from te SSL protected pages.

SSL - Page Settings

When adding/editing pages within your DNN 4.5.4 (and later) website you will now notice one additional "Secure" setting under the Advanced -> Other settings.

 

 

This individual setting actually enforces the SSL requirement for a page. If a page has this option selected it WILL be transmitted via SSL for EVERY request.

 

Other Considerations

As you can see enabling SSL is a VERY easy process within DotNetNuke, however there are a few important items that you must remember when performing administration to enable SSL. Below each general area of consideration will be discussed based on the type of issue.

Risks of Improper Config

If you happen to enable SSL on a page and do not have your SSL certificate configured properly, or if you do not have the proper redirection URL configured in Site Settings it is possible for you to be locked out of a particular page. You must be very careful during the administrative process to ensure that your SSL is configured properly as depending on which page is affected you might be forced to make database modifications to regain access to your site.

Limitations of SSL Support

It is important to remember that SSL is enabled on a page level and there is no ability to conditionally SSL protect a page. This has been a fairly common question for the DotNetNuke Core team as the ability to secure individual page views based on querystrings is something that is desired but not yet supported by the core.

Overall this should provide you an overview of the new SSL configuration options that are provided with DotNetNuke 4.5.4. You should also now be familiar with how you can enable SSL on your site and lastly you should have an idea of the general limitations of the DNN SSL support.

Feedback Comments
Records per Page
Page 1 of 1First   Previous   Next   Last   
Gergo         2/18/2010 5:21:42 AM
SSL certification configuration You mention SSL certification configuration in Your article. Where do I have to make these settings - are these settings in DNN or IIS, or somewhere else? Sorry, I'm not enlighted in the field of Internet Security. Submitted By: Gergo

Lauren         11/9/2009 7:10:32 AM
Redirection URL What do you mean by, "or if you do not have the proper redirection URL configured in Site Settings it is possible for you to be locked out of a particular page" ? Is this the SSL URL field, or something else. If something else, where is this setting found? Thanks so much for this explanation. Cheers! Submitted By: Lauren

Edgar         8/14/2009 12:30:25 AM
SSL Settings Please note that the 'SLL Settings' are visible in 'Site Settings' only when logged in as Host! They are invisible when you're only logged in as Admin. Submitted By: Edgar

Kishor         6/22/2009 11:15:03 PM
SSL Hi Support can you tell me ssl is work for previewyour url site Submitted By: Kishor

Abbey         1/8/2009 1:54:42 PM
SSL Hi, This looks understandable from the front end and applying it to the site however does anyone know a good brand of SSL and how to install it on the server to talk to this front end part? Looking forward to your response Abbey Submitted By: Abbey

Chris Selling         12/17/2008 2:19:08 PM
Ciso Load-Balancer with SSL module DNN Same issues as mentioned above just wanted to everyone to to feel alone. If I figure it out I will let you know. Submitted By: Chris Selling

Sarma Pisapati         12/17/2008 5:02:59 AM
SSL offloading - DNN configuration I have a load-balancer in front of two IIS/DNN servers. There is a public IP (PIP) nated to NAT IP (NIP) and two Physcial IPs (IP1 & IP2); SSL offloading is done at Load-balancer. Thus only HTTP packets sents to IP1 and IP2 from Load-balancer. How do I configure DNN? What IP I have to specify (PIP or NIP)? Why DNN is not taking advantage of IIS Host Headers? Submitted By: Sarma Pisapati

Jim Izatt         11/5/2008 6:44:59 AM
Use of Cisco hardware proxy SSL engine in front of a DotNet Nuke site The flow is configured for SSL only through the proxy with the backend server configured to receive data unencrypted. The server should then reply back to the proxy for re-encryption back to the client. What is happening in the server is responding to the client as http://abc.xyz.com:port when the original URL was https://abc.xyz.com where the 'port' is the decrypted port flow from the proxy to the server. Any ideas how to fix this outside of doing server side SSL? Submitted By: Jim Izatt

         7/12/2008 10:47:44 PM
Thanks Thanks once again for saving me time. Your DNN SSL implementation instructions saved me some big headaches. Best regards, Patrick

Feedback





Enter the code shown above in the box below
Send

 
DNN Modules
Data Springs DNN Modules

Data Springs offers cost-saving packages that fit your needs:

View Dynamic Registration 2.4 Enterprise Edition

Data Springs Collection 3.0 (23 Modules!)

Capture your users attention, customize your registration and set up various forms.  Enrich your site with animation then create email distribution lists for your DNN site.  Just a few of the many features you get with the Data Springs Module Collection!  .....more

Best Value!  All the modules in the Collection sum up to more than $2000.00!

 

$ 479.00

Data Springs User Management Suite

Take hold of all the tools you need to enhance user & profile management from A to Z!.  A comprehensive package with 5 feature-packed modules that offer extensive admin controls and easy user interface geared towards an effective and growth-oriented site!  .....more

 

Includes:  Dynamic Registration     Dynamic Login   ♦   Interactive User Import     Dynamic User Directory   ♦   Renewal Reminder    A value of more than $630.00!

 $ 339.00




 

 

Check out all our individual modules!

 

 View Dynamic Registration 2.4 Enterprise Edition

 Dynamic Registration 4.0

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options.........more

$ 169.00
 View Dynamic Forms 2.2 - Enterprise Edition

Dynamic Forms 3.3

Whether it's for marketing, sales, contact forms, scheduling, information requests, surveys, or to simply better understand your customer needs, the possibilities for creating powerfully effective forms are now easy and endless! .....more

$ 149.99
 Dynamic Login Module for DNN

Dynamic Login 3.1

The content on your site isn’t vanilla, so why is your portals login? The user login page is used by every user registered in your portal, but yet once they sign in they go to the exact same page? Customize your portal with Dynamic Login to offer additional features and enhancements during the login.   .....more

 

$ 114.99
 View Dynamic Registration 2.4 Enterprise Edition

 Interactive User Import 2.0

Interactive User Import provides you with the functionality to easily and quickly import users into DotNetNuke and Dynamic Registration, through a streamlined and well-documented wizard that includes many advanced features........more

 

$ 119.99
 View Dynamic User Directory v2.0 Enterprise Edition

 Dynamic User Directory 3.0

The perfect compliment for extending your portals users and community! An essential ingredient for managing dynamic user information, is being able to sort key fields and create useful user directories and custom report information. ...more

$ 139.00
 View Renewal Reminder

 Renewal Reminder

Renewal Reminder provides you with the functionality to setup email notifications for users that their security role will soon expire. After installing your renewal / security role reminder module you can now setup scheduled notifications to be distributed to your users  .....more

 

$ 89.99
 Opt In Email

 Opt In Email 4.2

'Relationship Building' and 'Communication' are two essential nuts and bolts for a business to prosper. This module allows you to bridge both of these and easily generate continuous awareness of your web site, products and services. Your prospects and customers will greatly appreciate this feature ...more

 

$ 135.00
 View Tailored Text v2.0 Enterprise Edition

 Tailored Text 2.2

Personalization allows you to go the extra mile in communicating or connecting one to one with your clients. When it comes to technology and web site content, you now have the power to leverage this personalization directly with your users on your DotNetNuke site. ..more

$ 109.99
 View Stock Quote - Enterprise Edition

 Stock Quote 1.2 

Giving your site visitors relevant information is critical. With the Data Springs Stock Module you can provide your users with up to date financial information....more

 

$ 109.99
 View Presentation Archive 1.0 Enterprise Edition

 Presentation Archive 2.0

With so much content on your web site, its important to give users an easy method for finding and retrieving content. Presentation Archive allows you to categorize, organize and present content within your DotNetNuke site for presentations, educational material, videos, and almost any document.  ...more

 

$ 124.99
 View Real Estate 2.0 Enterprise Edition

 Real Estate 2.3

Real Estate 2.3 is a feature rich and user-friendly module that allows your portal users the ability to create real estate listings on your site....more

$ 149.99
 Flash Image Rotator

 Dynamic Image Rotator

Dynamic Image Rotator displays selected images and then rotates between the images using the Adobe® Flash® platform.  Several extended and optional features allow you to select the time to rotate each image, fade between images, and also display the images in either sequental or random order...more

 

$ 39.99
 View Info Pics Gallery Enterprise Edition

 Info Pics Gallery 

The Info Pics Gallery Module allows you to display thumbnail pictures with information to the user about each picture, along with a detailed description regarding the set of pictures and several other optional links. ...more

 $ 69.99
 DotNetNuke Testimonials Module

 Testimonials

The Testimonials Module allows you to display customer testimonials on your site, as well as an easy method for users to submit testimonials about your web site, services, or products....more

 $ 49.99
 View Flash Info Cube

 Dynamic Info Cube

Take your web site out of the box! Looking for a creative and interesting way to showcase information and content on your site? With millions of web sites offering information you need a fun way to display information and the solution is Dynamic Info Cube...more

 

$ 69.99
 Search Engine Optimization Cloud Module for DotNetNuke

 Dynamic Tags

Nearly every web site developer would agree that search engine optimization is one of key aspects to a successful web site. Part of search engine optimization requires providing search engines that crawl your web site with appropriate and meaningful content......more

 

$ 69.99
 Google Grabber SEO Module for DotnetNuke

 Page Tags

'Page Tags' pulls in search terms that users searched to find the current page. There are many benefits to displaying these search words that delivered the user to the site, find our more details .......more

$ 59.99
 Random Image Module for DNN

 Random Rounded Images

Random Rounded Images is an easy to use upgraded version of the images module included with DNN. With RRI, you can select multiple images to display randomly when the module loads. For example, you can add 10 images to the module, and each time you refresh or load the page one of those images will...more

 

$ 49.99
 View Back on Track Enterprise Edition

 Back On Track 2.1

Giving your site visitors fast access to areas of interest is vital to your web site's ease of use and ultimately - sales potential. ...more

$ 79.99
 

 Dynamic News Ticker

Dynamic News Ticker allows you to scroll through news items in a horizontal or veritical direction with administrative features that allow you to easily customize the look of your news ticker. Each instance of Dynamic News Ticker can be set up to have different sizes, scroll directions, scroll speed .....more

 

$ 39.00
 View Quick Poll - no license restrictions

 Quick Poll 

Give your users a voice, while also providing an important way for you to gather opinions from your users and measure visitors' responses to questions on your site! Polls are significant because they can provide a way for your web site visitors to share ideas and vote on topics of your choosing...more

 

$ 39.99
 View Flash Contacts Enterprise Edition

 Dynamic Contacts 2.0

Dynamic Contacts is the fastest and easiest way you can help visitors of your website connect with your key personnel. Going beyond an ordinary directory search, Dynamic Contacts quickly adds a personal touch, giving customers a face-to-face feeling - a key sales ingredient to building strong client/cu...more

 

$ 79.99
     

 

 

Copyright 2005 - 2010 by Data Springs, Inc.
Contact Us | Terms Of Use | Privacy Statement