Making WordPress.org

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#625 closed defect (bug) (fixed)

Mixed content warnings for https://wordpress.org/ideas/

Reported by: ocean90's profile ocean90 Owned by:
Milestone: Priority: normal
Component: SSL Keywords:
Cc:

Description

[blocked] The page at 'https://wordpress.org/ideas/' was loaded over HTTPS, but ran insecure content from 'http://wordpress.org/ideas/bb-includes/js/jquery/jquery.js?ver=1.4.2': this content should also be loaded over HTTPS.
 /ideas/:1
Uncaught ReferenceError: jQuery is not defined (index):254
Uncaught ReferenceError: jQuery is not defined (index):580

Related: #WP15917

Change History (4)

#1 @Otto42
9 years ago

Not seeing this one on my end, jQuery on that page is indeed using https.

The search form action was incorrect and missing the https. Corrected that, but that's the only thing I saw preventing a green lock.

#2 @iandunn
9 years ago

I'm seeing the error on production, but not on my sandbox.

#3 @Otto42
9 years ago

  • Resolution set to fixed
  • Status changed from new to closed

The ssl modifier plugin for ideas somehow made it onto the sandboxes, but not into production. Not sure why. Checked in the relevant code, seems to be okay on production now too.

#4 @iandunn
9 years ago

Yeah, it's working for me now on production :)

Note: See TracTickets for help on using tickets.