Opened 16 years ago
Closed 16 years ago
#9814 closed defect (bug) (fixed)
issues with trac secure content
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
#2
follow-up:
↓ 7
@
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.
#6
@
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
@
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.
#9
@
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...
#11
@
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
@
16 years ago
- Resolution set to fixed
- Status changed from new to closed
No more SSL warnings should appear.
#13
@
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.
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.