Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcf/ring-ssl
Force SSL in your Ring application, inspired by Rack::SSL
https://github.com/jcf/ring-ssl
Last synced: 1 day ago
JSON representation
Force SSL in your Ring application, inspired by Rack::SSL
- Host: GitHub
- URL: https://github.com/jcf/ring-ssl
- Owner: jcf
- License: mit
- Created: 2013-12-30T14:31:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-20T08:37:45.000Z (over 10 years ago)
- Last Synced: 2024-10-15T19:34:03.209Z (about 1 month ago)
- Language: Clojure
- Homepage:
- Size: 322 KB
- Stars: 10
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## We've moved!
[ring-ssl][] now lives within the ring-clojure organisation. We will
continue to support ring-ssl over at its new home.https://github.com/ring-clojure/ring-ssl
---
# ring-ssl
[![Build Status](https://travis-ci.org/listora/ring-ssl.png?branch=master)](https://travis-ci.org/listora/ring-ssl)
A Clojure library designed to redirect all requests to your Ring app to
an https URL, inspired by [Rack::SSL][].This library is useful when you don't have a webserver like Nginx
in-front of your application, for example, when deploying to Heroku.[Rack::SSL]: https://github.com/josh/rack-ssl
[ring-ssl]: https://github.com/ring-clojure/ring-ssl