SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 253 forks source link

Redactor controller redirecting from SSL #60

Open seanbot2000 opened 11 years ago

seanbot2000 commented 11 years ago

I have an app that uses SSL for all of the backend editing and I have redactor-rails running and handling image and document uploads and it works great on non-SSL connections. However, when I am on a secure page, the browser throws an error stating that redactor_rails is displaying non-secure content. When I hit the URL for redactor_rails/pictures directly, it clearly redirects the request to a non SSL connection. Is there some way to stop redactor-rails from redirecting the request?