My rails app is auto redirecting to https from http in production mode -


Opening, but clicking on the signup link

  it automatically redirects to "https: // localhost / signup".   

In the output .bb file, I have marked

  config.force_ssl = false   

still Automatic redirection is from Http to http.

Some links are working fine, where the URL is added to https in the other and no content is visible. There is no trace in log / terminal for this issue. I am using Rail 4.

To find out if you are implementing HTTPS in your controller or routes. $ git grep force_ssl app / admin $ git grep https config / routes.rb

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -