SSL configuration
Posted
by kit
on Stack Overflow
See other posts from Stack Overflow
or by kit
Published on 2010-03-23T02:34:08Z
Indexed on
2010/03/23
2:41 UTC
Read the original article
Hit count: 343
ruby-on-rails
I am trying to setup the ssl_requirement plugin. For my users controller I would like to require ssl for new and create. When I open users/new the browser redirects to https but I get an unable to connect error message. The application error log says :
Filter chain halted as [:ensure_proper_protocol] rendered_or_redirected.
I am not sure if I have configured the plugin incorrectly or if I made an error with the nginx configuration.
© Stack Overflow or respective owner