Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#9814 closed defect (bug) (fixed)

issues with trac secure content

Reported by: mrmist's profile mrmist Owned by: ryan's profile ryan
Milestone: Priority: high
Severity: major Version:
Component: WordPress.org Site Keywords: trac secure
Focuses: Cc:

Description

Since trac moved over to https we've always had a bit of fuss with the certificate not being valid. I could live with that. But lately I get warnings on every page about insecure content (namely the logo). Can this be fixed so that I can browse trac without endlessly clicking dialogue boxes?

Change History (14)

#1 @ryan
16 years ago

It shouldn't be using https. It sometimes does for some reason. Attempts to fix haven't gotten very far. I'll check in to see where we're at.

#2 follow-up: @mrmist
16 years ago

Ahh ok. It only seems to be the "login" link throwing it over to https. Since the link itself is not a https link I guess it is meant to just be switching to secure for the login credentials before redirecting back to non-secure. Except that the redirect back doesn't happen. So I guess that part is slightly broken.

#3 @ryan
16 years ago

I was just told that a new cert is in the works.

#4 @sivel
16 years ago

  • Milestone 2.8 deleted

#5 @Denis-de-Bernardy
16 years ago

  • Milestone set to Unassigned

#6 @peaceablewhale
16 years ago

  • Cc peaceable_whale@… added

I think changing the logo path from "http://wordpress.org/images/trac-logo.png" to "wordpress.org/images/trac-logo.png" will fix the mixed content issue.

#7 in reply to: ↑ 2 @peaceablewhale
16 years ago

Replying to mrmist:

Ahh ok. It only seems to be the "login" link throwing it over to https. Since the link itself is not a https link I guess it is meant to just be switching to secure for the login credentials before redirecting back to non-secure. Except that the redirect back doesn't happen. So I guess that part is slightly broken.

I think redirecting back to non-secure is not very useful becuase the cert. exception is returned and should have been accepted by the user when the credentials are passed to the HTTPS login page. The insecure logo path is the bigger problem I think.

#8 @peaceablewhale
16 years ago

@ryan: Do you know when the logo path will be fixed?

#9 @peaceablewhale
16 years ago

  • Priority changed from normal to high
  • Severity changed from normal to major

The mixed content warning is annoying... but I don't want to disable it in my browser... Please fix the trac site as soon as possible...

#10 @Denis-de-Bernardy
16 years ago

  • Milestone Unassigned deleted

#11 @chrishajer
16 years ago

I am not certain if this is the same issue, but when logging in to trac today, I got an invalid certificate warning from Firefox 3.5.2.

core.trac.wordpress.org uses an invalid security certificate.

The certificate is only valid for the following names:
  *.wordpress.org , wordpress.org  

(Error code: ssl_error_bad_cert_domain)

This occcured only once after clicking the Login link, http://core.trac.wordpress.org/login

The rest of the session appeared to be fine since it was over http not https.

Could you just get a cert for core.trac.wordpress.org?

#12 @barry
16 years ago

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

No more SSL warnings should appear.

#13 @peaceablewhale
16 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

The WordPress logo, http://wordpress.org/images/trac-logo.png, remains HTTP and therefore the mixed content warning continues to appear.

#14 @barry
16 years ago

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

Fixed.

Note: See TracTickets for help on using tickets.