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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackSsl and Captcha?Ssl and Captcha?
Previous
 
Next
New Post
8/14/2007 3:27 PM
 

 

 

 
New Post
8/14/2007 3:34 PM
 

All right, I made another login page first that isn't SSL, then I added CAPTCHA to login pages (under admin > user settings). CAPTCHA works on the non-SSL login page as it should. CAPTCHA does not work on the SSL login page, same as with the SSL contact page.

 
New Post
8/19/2007 8:20 PM
 

Any ideas on this?

 
New Post
8/20/2007 11:57 AM
 

Adoucette - unfortunately, this problem with Captcha is a core issue rather than something which is being caused by the Feedback Module.
I traced it through the code and can tell you how to resolve it but it does require a recompile of the URLRewrite module.
If you think you can do this, then here are the steps:

a) Open up URLRewriteModule.vb (located under DNN455\Library\HttpModules\UrlRewrite) - I believe there is a project reference already to this if you open up your DNN 455 solution.

b) Scroll down to Line 348 where it reads If strURL <> "" Then

c) Change this line to the following
   If strURL.ToLower.Contains("captcha.aspx") Then
         'Don't do anything since this is a captcha URL
   ElseIf strURL.ToLower.StartsWith("https://") Then
        ' redirect to secure connection
        Response.Redirect(strURL, True)

 

The rest of the block should be left as is. That is to say the main change made is that you check for captcha first and then check whether the url starts with "https://"

I have tried this with my copy of 4.5.5 and it is working as expected. I am sure the core is aware of this too and will probably be fixed in the next release as it becomes available.

Once you've made these changes, remember to recompile.


AcuitiDP - Oracle Data Provider for DotNetNuke
 
New Post
8/20/2007 12:11 PM
 

Thanks for the info. I've never "recompiled" a module and don't have VS, so I guess I'll just wait for the Core team to fix this one.

Thanks again for the help,
Ari

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackSsl and Captcha?Ssl and Captcha?


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