Closed
Bug 989044
Opened 11 years ago
Closed 11 years ago
HTTPS proxy is crashing intermittently
Categories
(Webmaker Graveyard :: DevOps, defect)
Webmaker Graveyard
DevOps
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jon, Assigned: johns)
Details
Attachments
(1 file)
|
3.69 KB,
text/plain
|
Details |
https://github.com/mozilla/mozillawebmakerproxy.net server.js:270 is crashing when passed some unknown URL.
crypto.js:209
this._binding.update(data, encoding);
^
TypeError: Not a string or buffer
at Hmac.Hash.update (crypto.js:209:17)
at Server.<anonymous> (/var/www/mozillawebmakerproxy/server.js:270:14)
JP is setting CAMO_LOGGING_ENABLED=debug so we can capture more data about this error when it happens.
| Reporter | ||
Updated•11 years ago
|
Assignee: nobody → johns
| Reporter | ||
Comment 1•11 years ago
|
||
| Reporter | ||
Comment 2•11 years ago
|
||
Filed upstream as https://github.com/atmos/camo/issues/45#issuecomment-39355488
| Assignee | ||
Comment 3•11 years ago
|
||
v2.0.5+webmaker has been built as v2.0.6 for our apt versioning, and is in production.
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•