Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with IE only... strict true not working #80

Closed
jgrannas opened this issue Apr 27, 2015 · 3 comments
Closed

Issue with IE only... strict true not working #80

jgrannas opened this issue Apr 27, 2015 · 3 comments

Comments

@jgrannas
Copy link

On rails4.2.1 and the latest rack-ssl-enforcer.

This my setup, in application.rb

    config.middleware.use Rack::SslEnforcer, :only_environments => ['production','staging'], :only => [ %r{^/admin}, %r{^/account}, %r{^/checkout}, %r{^/ckeditor} ], :except => ["/account/sign_out"], :strict => true

When i use chrome, and visit mydomain.com/account/sign_in it forwards to HTTPS https://mydomain.com/account/sign_in properly.

However, when i visit that same URL in ie11 (version 11.0.9600.17728), it stays HTTP. I have a devise ajax login on this page, so it then tries to post to HTTP which causes issues. Whats really odd, and frustrating is that seems isolated to specific IE version

IE9: works
IE10: works
IE11: version 11.0.9600.17728 DOES NOT WORK
IE11: version 11.0.9600.17420 works!

Am I doing something wrong here or is this a bug

@tobmatth
Copy link
Owner

tobmatth commented May 4, 2015

Hmm,

any idea how i can get my hands on that specific IE version?

@PhilTee
Copy link

PhilTee commented Aug 28, 2015

@tobmatth @jgrannas I believe that IE 11.0.9600.17728 is provided by KB3038314, which is recognized as having a number of issues (https://support.microsoft.com/en-us/kb/3038314)

@tobmatth
Copy link
Owner

Thanks for the update. I'm closing here...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants