Closed
Bug 1829775
Opened 3 years ago
Closed 3 years ago
add ssl context to urllib requests in tooltool
Categories
(Testing :: General, task)
Tracking
(firefox114 fixed)
RESOLVED
FIXED
114 Branch
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
Details
Attachments
(1 file)
when running mozbase unittests on windows 11 (with upgraded python/mozbuild/etc.) we find that the tests fail with SSL errors.
Adjusting the calls to urllib.urlopen() to include context of the ssl cert, will solve this problem.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/38227bde6465
add ssl cert context to urlopen in tooltool.py. r=glandium
Comment 3•3 years ago
|
||
Flags: needinfo?(jmaher)
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2ee5a72168b9
add ssl cert context to urlopen in tooltool.py. r=jcristau
Comment 6•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•