Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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