I am trying to configure the ssl_requirement plugin. For my user controller, I would like to require ssl for the new and create. When I open users / new, the browser redirects to https, but I cannot connect the error message. The application error log states:
The filter chain is stopped as [: provide_proper_protocol] rendered_or_redirected.
I am not sure if I configured the plugin correctly or I made a mistake with the nginx configuration.
source share