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 ...How to reverse SSL Enable changeHow to reverse SSL Enable change
Previous
 
Next
New Post
4/7/2009 4:22 PM
 

I attempted to install an SSL certificate on my DNN site (4.9.2). I entered the SSL URL provided by my web host, and clicked SSL Enabled. SSL Required was not checked.

The SSL installation didn't work correctly. I don't really care why at the moment. What I need to do is 'undo' the SSL Enabled and URL entries. The summary is I am not able to access the Admin->Site Settings page to do this. Is there another way?

Any help on backing out this change is appreciated.

Kevin

Gory details:

I am able to login to my site using the Admin account. However, attempting to visit the Admin->Site Settings page gives me an error in IE 7.0

IE Errors: 

There is a problem with this website's security certificate.

 

 
 
 

The security certificate presented by this website was not issued by a trusted certificate authority.
The security certificate presented by this website was issued for a different website's address.

Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.

 

We recommend that you close this webpage and do not continue to this website.

 

Recommended iconClick here to close this webpage.

 

Not recommended iconContinue to this website (not recommended).

 

More information More information

Telling it to continue gets me directed to the https://www.<mysite>.org/Admin/SiteSettings/tabid/39/default.aspx which won't load since the SSL stuff is not working properly.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested Url: /Admin/SiteSettings/tabid/39/Default.aspx

Server Error in '/' Application.

The resource cannot be found.

 

 
New Post
4/8/2009 12:25 AM
 

While I don't claim it was the best way to do it, here is how I was able to get a working system back.

Using an SQL database tool that was provided by my ISP, I poked around and ended up finding that all of the settings are stored in dbo.ModuleSettings. 

I issued the following SQL command

select * from dbo.ModuleSettings where SettingName = 'SSLEnabled'

This showed me the following result

ModuleID SettingName SettingValue
354 SSLEnabled True

From here, I used the ModuleID field

select * from dbo.ModuleSettings where ModuleID = 354

ModuleID SettingName SettingValue
354 ControlPanelMode VIEW
354 ControlPanelSecurity MODULE
354 ControlPanelVisibility MIN
354 InlineEditorEnabled False
354 SSLEnabled True
354 SSLEnforced False
354 SSLURL https://securehost9.< my ISP's SSL URL>
354 STDURL  

 

I was able to use the SQL tool provided to clear the SSLEnabled and SSLURL fields

ModuleID SettingName SettingValue
354 ControlPanelMode VIEW
354 ControlPanelSecurity MODULE
354 ControlPanelVisibility MIN
354 InlineEditorEnabled False
354 SSLEnabled False
354 SSLEnforced False
354 SSLURL  
354 STDURL  

Unfortunately, this didn't work at first until I realized that the DotNetNuke application needed to be restarted for this change to take effect. Since I couldn't restart (no access to the admin or host menus), I had to let the process age out. I tried back in an hour and it appears to be working.

When it came back up, I had to do two more steps:

1) I went into the Admin->Site Settings to verify that the fields for SSL Settings were cleared. I had to delete a space character from SSLURL for some reason.

2) Admin->Site Settings at the bottom I had to remove the offensive SSLURL from the Portal Aliases.

Any other tips or suggestions on this would be appreciated.

Kevin

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...How to reverse SSL Enable changeHow to reverse SSL Enable change


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