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 details)

Uploaded Source

File details

Details for the file Bottle-SSLify-0.0.1.tar.gz.

File metadata

  • Download URL: Bottle-SSLify-0.0.1.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Bottle-SSLify-0.0.1.tar.gz
Algorithm Hash digest
SHA256 657cd08fb13225078331bca5b641bb575168dfadb6d5e20801165cf10d384003
MD5 c6eef844f7b242cf06a782cfed3d04da
BLAKE2b-256 f62631bd8e9614e5fcc2c76299cc9464191efd8b78d071c23fb0a723d1af7073

See more details on using hashes here.

Supported by

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