Skip to main content

Force SSL on any Bottle app.

Project description

# Bottle SSLify

This is a simple Bottle extension that configures your Bottle application to redirect all incoming HTTP requests to HTTPS.

## Usage

Hello World:

import bottle from bottle_sslify import SSLify

app = bottle.Bottle() SSLify(app)

HTTP requests are redirected to HTTPS:

$ curl -I http://localhost:7777 HTTP/1.1 302 Found Content-Length: 0 Content-Type: text/html; charset=UTF-8 Location: https://localhost:7777/ Date: Wed, 23 Jan 2013 09:34:50 GMT

## Installation

$ pip install Bottle-SSLify

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

Bottle-SSLify-0.0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

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