Skip to content
This repository has been archived by the owner. It is now read-only.
/ rack-ssl Public archive
forked from chopmo/rack-ssl

Rack middleware to force SSL

License

Notifications You must be signed in to change notification settings

bkeepers/rack-ssl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rack::SSL

Force SSL/TLS in your app.

  1. Redirects all "http" requests to "https"
  2. Set Strict-Transport-Security header
  3. Flag all cookies as "secure"

Usage

use Rack::SSL

About

Rack middleware to force SSL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%