pbryan Registered Users
 Nuke Super Newbie Posts:12

 |
| 7/23/2007 8:34 AM |
|
| Any chance of a new provider for the new version of dotnetnuke that supports ssl? |
|
|
|
|
Dax Davis Gold Membership
 Nuke Master Posts:333


 |
| 7/23/2007 8:51 AM |
|
Never thought there might be a problem. Ugh, good catch. I would need this...
Dax |
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12577


 |
| 7/24/2007 5:28 AM |
|
| I'll see what I can do.. have you tested it on ssl though? |
|
Scott McCulloch Site Administrator |
|
|
pbryan Registered Users
 Nuke Super Newbie Posts:12

 |
| 7/24/2007 7:14 AM |
|
Yes I have tested it on ssl. The change seems to be in the onbeginrequest method where it checks to see if the tab requires ssl and the request is not secure.
One thing I have noticed is that this upgrade does not seem to handle shared certificates. It works great if your cert is for the same domain eg http://domain.com -> https://domain.com but if you are using a shared certificate you get a new session on the secure site which makes it difficult if you are going to use ssl for your login page. I had to put in a hack to make it work for my site which is using a shared cert... |
|
|
|
|
Déclic Vidéo Gold Membership
 Nuke Master Posts:781


 |
| 7/26/2007 1:31 PM |
|
Excuse me, I am completely stupid with SSL, but what will happen if I upgrade with Friendly URL to the latest 04.05.04 and I do not use SSL ?? Is it a problem, or could you "disable" SSL in 04.05.04 ??? I am sure that the question is stupid, but I would like to be sure before upgrading (nevertheless, I will wait 04.05.05 which add stability for some couple of bugs).
DV |
|
Non linear video editing software, tips and tricks, tutorials... Déclic Vidéo FX |
|
|
pbryan Registered Users
 Nuke Super Newbie Posts:12

 |
| 7/27/2007 7:56 AM |
|
| From what I have seen you should be able to upgrade to 4.5.4 and use the 4.3.4 Friendly URL provider from here. It is probably not worth doing though because 4.5.4 is only a stability release |
|
|
|
|
Ralph Brenner Gold Membership
 Nuke Newbie Posts:4

 |
| 8/12/2007 8:19 PM |
|
Hi Scott,
We've been using your awesome rewriter on our site and it solves several problems we faced with the "stock" DNN rewriter including supporting human friendly urls. We recently upgraded to 4.5.5 with the desire to use SSL. I'll be darned if I could get the your 4.x rewriter to work with any 4.5.5 SSL enabled page. I can't give up the human friendly formats so I've had to drop back the SSL for now. sigh
Do you have any plans to update your rewriter soon? Fingers crossed:)
Thanks.
Ralph
http://www.snapforseniors.com |
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12577


 |
| 8/12/2007 10:25 PM |
|
This site is running 4.5.5 now - as for SSL, it is probably just somewhere in the code that it's looking for HTTP instead of HTTPS.
It shouldn't be too hard to fix. |
|
Scott McCulloch Site Administrator |
|
|
pbryan Registered Users
 Nuke Super Newbie Posts:12

 |
| 8/12/2007 11:00 PM |
|
4.5.4+ adds a new property to the tabs object called "IsSecure" and uses Request.IsSecureConnection to figure out whether the connection needs to be switched http>https or https>http
To switch between http and https it uses a response.redirect and to switch https to http it uses a meta refresh (have a look at the bottom of the OnBeginRequest method). I thought this switch was a bit of a kludge so I modified the FriendlyURLProvider to write out a http link if Tab.IsSecure=False and a https link if Tab.IsSecure=True and then this switching code is not used.
|
|
|
|
|
Dax Davis Gold Membership
 Nuke Master Posts:333


 |
| 8/15/2007 8:02 PM |
|
So for those of us that are slow, what is the solution to using SSL (4.5.4) with the rewriter? Scott are you updating the module or is there a bit for the web.config that will help?
Dax |
|
|
|
|
Chris Smith Gold Membership
 Nuke Super Newbie Posts:23

 |
| 8/21/2007 4:22 AM |
|
I too am very interested in this. I have attempted the rewriter in this situation with no luck.
|
|
|
|
|
Shiraz Asif Gold Membership
 Nuke Newbie Posts:2

 |
| 9/08/2007 11:24 PM |
|
| Has anyone found a way around this problem? I'm stuck between either using SSL (native in 4.5.4) or using Friendly URLs. Obviously I want to use both, but it's not working for me when using SSL. A post above seemed to indicate that it might work if use a dedicated certificate instead of a shared certificate. Could someone please clarify this? Any help is appreciated... |
|
|
|
|
Ralph Brenner Gold Membership
 Nuke Newbie Posts:4

 |
| 9/08/2007 11:34 PM |
|
| I haven't found a solution to this and it's a huge problem. Scott, are you planning any fixes or should we give up? This has been one of the best mods/enhancements to DNN. |
|
|
|
|
Dax Davis Gold Membership
 Nuke Master Posts:333


 |
| 9/10/2007 5:22 PM |
|
I am about to launch my first site with Scott's solution, but may have to not do it because of the need for SSL. I'd love to see this get fixed.
Dax |
|
|
|
|
Ralph Brenner Gold Membership
 Nuke Newbie Posts:4

 |
| 9/24/2007 2:54 PM |
|
Some goods news...maybe. We were able to update Scott's project so that it handles SSL enabled tabs for DNN build up to 4.5. We're currently testing it on our site http://www.snapforseniors.com. So far it does the http(s) switching as well as human friendly page name support, etc. We could use some hits to help test...although the only pages we have secured at the moment are the registration and logins.
I'm happy to post the updated project/code changes. Scott, do you want me to do that here or email them to you direct so you can determine their code-worthiness. Ideally we've rather give the changes back so the project can benefit from them.
Ralph |
|
|
|
|
Chris Smith Gold Membership
 Nuke Super Newbie Posts:23

 |
| 9/24/2007 4:35 PM |
|
Ralph,
I can't speak for Scott, but I'd love to see what you have on the project. You can email me @ cismitty AT gmail.com.
Thanks in advance,
~Chris |
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12577


 |
| 9/24/2007 4:54 PM |
|
| I have to make a new release for 4.6, so I'd be interested too (support@ventrian.com) |
|
Scott McCulloch Site Administrator |
|
|
Ralph Brenner Gold Membership
 Nuke Newbie Posts:4

 |
| 9/24/2007 5:04 PM |
|
Scott. We'll email you the complete project and let you decide how best to release/redistribute the changes in light of 4.6 changes.
Hope this helps.
Ralph |
|
|
|
|
Dean Registered Users
 Nuke Newbie Posts:1

 |
| 9/27/2007 3:19 PM |
|
I eagerly read this thread, hoping that there was a solution, but am I to understand that the newer version is going to be for DNN 4.6? I'm running DNN 4.5.5 and was hoping to use this too.
Thanks for the clarification,
Dean. |
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12577


 |
| 9/27/2007 3:23 PM |
|
I'll be looking at incorporating this today, I've put a build in the forums for 4.6 testing, it doesn't have SSL inbuilt yet, although, I did move a lot of core changes in.
Can someone test it with SSL? It can be found here. |
|
Scott McCulloch Site Administrator |
|
|