Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion forcing https
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Josh Stratton  
View profile  
 More options Sep 6 2011, 10:18 am
From: Josh Stratton <strattonbra...@gmail.com>
Date: Tue, 6 Sep 2011 07:18:36 -0700
Local: Tues, Sep 6 2011 10:18 am
Subject: forcing https
My employer recently setup an SSL certificate for a domain I just
setup using mod_wsgi, apache, and django.  I've tried putting a
redirect in the wsgi.conf file to setup a redirect to https, but
doesn't seem to be working...

WSGIDaemonProcess test processes=1 threads=1
python-path=/home/net/public_html/:/home/net/public_html/managio
WSGIProcessGroup test
WSGIScriptAlias / /home/net/public_html/managio.wsgi
<Directory "/home/stratton/public_html">
 Options Indexes MultiViews FollowSymLinks
 AllowOverride None
 Order allow,deny
 allow from all
</Directory>

RedirectMatch http://(.*) https://$1

I'm new to SSL and I don't know if I'm missing a bigger issue, but
basically everything needs to redirect to SSL-enabled connection,
which I assume apache recognizes when the URL is prefixed with https.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.