tkmo061 Posted August 19, 2009 Report Posted August 19, 2009 OK, I will admit that this post isn't directly about PHP but in an effort to defend myself it is related to an open source php-based document management application called OWL. My question is this, I would like to run this application over SSL and have no idea how to go about setting this up on my account. The application is installed and running great over http currentlly. I have also been playing with Cubecart and was able to generate a self-signed cert and get SSL running with no issues....so I'm not a total noob. I only need to support this one application with SSL. Also, can I force my users to use SSL or will they be able to hit the site with both http and https? Thanks for the assist! Ryan Quote
Tony Posted August 25, 2009 Report Posted August 25, 2009 Most applications there is a setting to force https that's usually the best way to handle it. I'm not familiar with the application you're using and if that's an option or not. Quote
Cody R. Posted August 25, 2009 Report Posted August 25, 2009 Also if the application your using doesn't offer a way to force SSL you should be able to do it by using a mod_rewrite rule to check if the client is connecting over SSL - if they're not you force them to https:// Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.