Closed
Bug 1336254
Opened 9 years ago
Closed 8 years ago
Please replace http://www.mozqa.com with http://no-ssl.mozqa.com where appropriate.
Categories
(Testing :: Firefox UI Tests, defect)
Tracking
(firefox-esr45 fixed, firefox-esr52 fixed, firefox54 fixed, firefox55 fixed)
RESOLVED
FIXED
mozilla55
People
(Reporter: Atoll, Assigned: whimboo)
References
Details
Attachments
(1 file)
While exploring mozqa questions on IRC, I found an instance where we are testing plain HTTP to mozqa, with the intent of testing the Firefox 'insecure' request path.
https://dxr.mozilla.org/mozilla-central/source/testing/firefox-ui/tests/functional/security/test_security_notification.py#24
I'd like to ask that we change this as follows:
self.urls = [
# Invalid cert page
'https://ssl-expired.mozqa.com',
# Secure page
'https://ssl-ev.mozqa.com/',
# Insecure page
- 'http://www.mozqa.com'
+ 'http://no-ssl.mozqa.com'
]
This will require asking IT to set up http://no-ssl.mozqa.com to work as http://www.mozqa.com works today, which will be a very easy request for us.
If this is an acceptable request, please needinfo? me and I'll line up the ducks on the IT side to make this possible.
Assignee | ||
Comment 1•9 years ago
|
||
Richard, that sounds perfect and I'm all with you on this. Lets do it. Thanks.
Flags: needinfo?(rsoderberg)
Filed bug 1336361 and once it's closed we'll be able to take further action upstream here. Thank you for your patience with all of the http:// stuff tonight!
Flags: needinfo?(rsoderberg)
Assignee | ||
Comment 3•8 years ago
|
||
Richard, I assume we can now start to update the tests?
Flags: needinfo?(rsoderberg)
I believe so! If they pass, then yes :)
Flags: needinfo?(rsoderberg)
Comment hidden (mozreview-request) |
Comment 6•8 years ago
|
||
mozreview-review |
Comment on attachment 8871827 [details]
Bug 1336254 - Use http://no-ssl.mozqa.com to access test pages on mozqa.com without SSL.
https://reviewboard.mozilla.org/r/143298/#review147340
Attachment #8871827 -
Flags: review?(mjzffr) → review+
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/331d128e1f58
Use http://no-ssl.mozqa.com to access test pages on mozqa.com without SSL. r=maja_zf
![]() |
||
Comment 8•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Assignee | ||
Comment 9•8 years ago
|
||
To be able to faster decommission the HTTP access for mozqa.com beside no-ssl.mozqa.com, I would like to see this test-only patch uplifted to all other branches. Thanks.
status-firefox54:
--- → affected
status-firefox-esr45:
--- → affected
status-firefox-esr52:
--- → affected
Whiteboard: [checkin-needed-beta][checkin-needed-esr52][checkin-needed-esr45]
Comment 10•8 years ago
|
||
bugherder uplift |
Whiteboard: [checkin-needed-beta][checkin-needed-esr52][checkin-needed-esr45] → [checkin-needed-esr52][checkin-needed-esr45]
Comment 11•8 years ago
|
||
Whiteboard: [checkin-needed-esr52][checkin-needed-esr45] → [checkin-needed-esr45]
Comment 12•8 years ago
|
||
Assignee | ||
Comment 13•8 years ago
|
||
Richard, everything should be done now. I would propose that you await the next esr releases, before stopping the delivering of content via HTTP from any vhost beside no-ssl.mozqa.com.
Flags: needinfo?(rsoderberg)
You need to log in
before you can comment on or make changes to this bug.
Description
•