ruby on rails - Getting a 302/"Page at xx displayed insecure content from xx" when attempting to upload images with carrierwave -


firebug gives 302, , chromes throws other message. basically, i'm trying upload images carrierwave , display thumbnail in rails app. works on demo , staging servers, not on production reason. ideas why may be?

<%= form_for image.new, :html => {:multipart => true} |g| %> <%= g.text_field :whence, :id => "postwhence"%> <%= g.file_field :image, :id => "postimage_file_field", multiple: true, name: "image[image]" %> <%= g.file_field :image, :id =>"postlogo_file_field"%> <% end %> 

are using https in production? if so, pages accessing serve content via http instead of https?

this sounds have https site serving content via http instead of https, many modern browsers detect security issue.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -