Show Changes Show Changes
Edit Edit
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Search

History

02.11.2007 16:44:24
-213.128.110.210
02.11.2007 16:05:23
-213.128.110.210
16.10.2007 17:39:48
-213.128.110.210
12.08.2006 14:48:42
-194.231.187.237
12.08.2006 13:48:49
-194.231.187.237
List all versions List all versions
Dnn SSL Switch
.

DeltaMind SSLSwitch

Secure and encrypted data transfer is mandatory when transferring sensitive, individual-related data in business applications. The DnnSSLSwitch module permits SSL encryption in a transparent, centrally configurable way and can be applied to every DotNetNuke page.

SSL encryption can be defined for each TabID and optionally by specifying further parameter conditions. With this approach, SSL can also be applied to any existing DotNetNuke module.

The BusinessPack modules DnnFlexiShop, DnnRegistration and DnnLogin can use SSL encrypted transfer in conjunction with DnnSSLSwitch.

Compatibility

DnnSSLSwitch is implemented as a HttpModule and works with DotNetNuke 3.*, 4.0.* and 4.*, supporting both .Net 1.1 and .Net 2.0.

Installation

General module installation instructions for the DeltaMind Business Pack modules are described in the PAModuleInstallation or SourceCodeInstallation section. This module also requires the following web.config settings to work properly:

DotNetNuke Version 3.*, 4.0.*, 4.*

...
     <!-- *** BEGIN: dnnSSLSwitch *** -->
     <add key="SSL_Tabs:www.myurl.de/cms" value="106,107,109" /> <!-- Pages with these TabIDs will bee SSL encrypted -->
     <add key="SSL_TabCondition:109" value="tabref=login" />
     <!-- *** END: dnnSSLSwitch *** -->

  </appSettings>
...
...
     <!-- *** BEGIN: dnnSSLSwitch *** -->
     <add name="SSLSwitch" type="DeltaMind.DNN.HttpModules.SSLSwitchModule, DeltaMind.DNN.HttpModules.SSLSwitch" />
     <!-- *** END: dnnSSLSwitch *** -->

  </httpModules>
...
Contribute Add/Edit this topic to extend this documentation with your experiences and best practices.

DeltaMind - Wiki Home EN - DotNetNuke Wiki

DotNetNuke Community-Wiki

Eine Wiki Kurzanleitung findet sich unter QuickReference. Zum üben und ausprobieren bitte die PlayPage benutzen.

Recent Topics

  • DnnSSLSwitch
  • DnnStyleMenu
  • DotNetNuke
  • DnnLogin
  • GroupChatServer
  • GroupChatEmbedding