Skip to main content

SSL/HTTPS for Django

Project description

bpssl is a Django application that helps you support HTTPS on your website. The main functionality is performing redirection for HTTPS only URLs and views. For instance, if a request for your login view ‘/login’ is recieved over HTTP, the provided middleware can redirect the user to the equivalent HTTPS page.

Specifying views and urls as secure is supported as are flatpages. Fastcgi and HTTP proxy setups are also well supported. See the documentation at:

bpssl draws inspiration from the well known SSL Middleware snippets on djangosnippets.org. It roughly supports the features of the following snippets:

Please file bugs at: http://bitbucket.org/beproud/bpssl/issues/

Middleware

bpssl provides an SSLRedirectMiddleware which can redirect users from secure pages to non-secure pages and visa-versa. Urls are set up by adding regular expressions to the SSL_URLS setting in settings.py. SSLRedirectMiddleware can also be extended to support more specific use cases.

ssl_view decorator

bpssl provides an ssl_view() decorator which can be used instead of the SSL_URLS to specify that a particular view should be secure.

Development

Generally you will want to develop bpssl in a virtualenv with pip:

$ mkvirtualenv bpssl

You can install the requirements using the requirements.txt and pip:

$ pip install -r setup/requirements.txt

And run tests normally using setup.py:

$ python setup.py test

CHANGES

1.0.2

  • Fixed issue with get_host() function in Django 1.5

1.0.1

  • Fixed SSL_REQUEST_HEADER setting to use the custom setting, if available (Thanks Gabriel Grant)

1.0

  • Initial Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bpssl-1.0.2.tar.gz (303.4 kB view details)

Uploaded Source

File details

Details for the file bpssl-1.0.2.tar.gz.

File metadata

  • Download URL: bpssl-1.0.2.tar.gz
  • Upload date:
  • Size: 303.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for bpssl-1.0.2.tar.gz
Algorithm Hash digest
SHA256 360d508edceccffc0e407fa1717786dc4f5691eb6f4f451192923b445572cb6b
MD5 0bd3f601613c3147f9d99f0ccc3eaacb
BLAKE2b-256 80b6318a6707039c2464d9e425d467babf3f8a6aeff57d8698fa3b51d46a7f06

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page