Closed
Bug 958719
Opened 11 years ago
Closed 11 years ago
please deploy browserid train-2013.10.23 to production
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jrgm, Assigned: gene)
References
Details
Gene: Please build production stacks with the rpm from bug #958215.
Assignee | ||
Comment 2•11 years ago
|
||
Stacks 0113 are up in both regions. Take a look at them and we'll put traffic on them.
Due to a really nasty/confusing region dependent bug in AWS at the CreateLoadBalancerPolicy endpoint that manifests in us-east-1 and not us-west-2 I've had to bring up the Mozilla-Security-Assurance-Ciphersuite-Policy-v-2-0 cipher suite in us-west-2 and Mozilla-Security-Assurance-Ciphersuite-Policy-v-1-2 in us-east-1. The issue is most likely cause by reaching some kind of internal limit when posting the policy since our 1.2 policy is shorter than 2.0. The bug manifests with AWS returning "HTTP/1.1 505 HTTP Version Not Supported" when calling CreateLoadBalancerPolicy in us-east-1
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_CreateLoadBalancerPolicy.html
This means some users will have the better cipher suite and some won't until I can put together the forensics needed to report this to amazon.
Assignee | ||
Comment 3•11 years ago
|
||
How do these look John, shall I put traffic on them?
Flags: needinfo?(jrgm)
Reporter | ||
Comment 4•11 years ago
|
||
Simple STR: on osx, add '54.208.219.102 login.persona.org static.login.persona.org' to /etc/hosts, start a brand new browser profile, go to http://mineshafter.info/ and try to sign in and have it stick.
(This fails in ff26, opera12, chrome31 but surprisingly appears to work in safari 6.1.1).
Other sites affected:
https://popcorn.webmaker.org/ - Error: loggedInUser is not a valid type
http://gaddons.org/ - logs in then logs out again
http://phonesat.org/ - logs in then logs out again
https://www.voo.st/events - logs in then logs out again
https://reps.mozilla.org/ - logs in then logs out again
https://mozillians.org/ - logs in then logs out again
https://air.mozilla.org/ - logs in then logs out again
Flags: needinfo?(jrgm)
Reporter | ||
Comment 5•11 years ago
|
||
Re: 'loggedInUser is not a valid type': Wheee! `typeof null === 'object'` strikes again!
Reporter | ||
Comment 6•11 years ago
|
||
Oops. Misread one of the patches. Anyways, the problem on this RP is that loggedInUser is false, which the new check incorrectly rejects.
Comment 7•11 years ago
|
||
Related browserid issue: https://github.com/mozilla/persona/issues/4067
Comment 8•11 years ago
|
||
Fix was merged into train-2013.10.23 branch: https://github.com/mozilla/persona/commit/ee59723a3d6e7a7c3180d2d1edbcffa2f83e2287
Reporter | ||
Comment 9•11 years ago
|
||
Added the other issue about loggedInUser type checking at https://github.com/mozilla/persona/issues/4069.
Assignee | ||
Comment 10•11 years ago
|
||
I've torn down the 0113 stacks. Go ahead and open up a new ticket when we've got a hash that you'd like built and deployed either to stage or prod.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Comment 11•11 years ago
|
||
John report marketplace issues. 4:55pm PST I rolled back to 1203 stacks
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Assignee | ||
Comment 12•11 years ago
|
||
Sorry that comment was meant for a different ticket, disregard it.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•