Closed
Bug 1324759
Opened 8 years ago
Closed 8 years ago
aus4-admin.mozilla.org throwing TLS errors
Categories
(Cloud Services :: Operations: Miscellaneous, task)
Cloud Services
Operations: Miscellaneous
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1324779
People
(Reporter: cbook, Unassigned)
References
()
Details
Seems this is hit all nightlys so far like
https://treeherder.mozilla.org/logviewer.html#?job_id=5956490&repo=mozilla-central
might be similar to bug 1315947
Comment 2•8 years ago
|
||
I can reproduce this by hand, both with Firefox and curl:
✗ curl -u 'bhearsum@mozilla.com' -v https://aus4-admin.mozilla.org
Enter host password for user 'bhearsum@mozilla.com':
* Rebuilt URL to: https://aus4-admin.mozilla.org/
* Trying 52.26.16.60...
* Connected to aus4-admin.mozilla.org (52.26.16.60) port 443 (#0)
* found 173 certificates in /etc/ssl/certs/ca-certificates.crt
* found 697 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
* SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256
* server certificate verification OK
* server certificate status verification SKIPPED
* common name: aus4-admin.mozilla.org (matched)
* server certificate expiration date OK
* server certificate activation date OK
* certificate public key: RSA
* certificate version: #3
* subject: C=US,ST=California,L=Mountain View,O=Mozilla Corporation,CN=aus4-admin.mozilla.org
* start date: Fri, 23 Sep 2016 00:00:00 GMT
* expire date: Thu, 28 Sep 2017 12:00:00 GMT
* issuer: C=US,O=DigiCert Inc,CN=DigiCert SHA2 Secure Server CA
* compression: NULL
* ALPN, server did not agree to a protocol
* Server auth using Basic with user 'bhearsum@mozilla.com'
> GET / HTTP/1.1
> Host: aus4-admin.mozilla.org
> User-Agent: curl/7.50.1
> Accept: */*
>
* GnuTLS recv error (-110): The TLS connection was non-properly terminated.
* Closing connection 0
curl: (56) GnuTLS recv error (-110): The TLS connection was non-properly terminated.
Component: Balrog: Backend → Operations
Flags: needinfo?(bhearsum)
Product: Release Engineering → Cloud Services
QA Contact: bhearsum
Summary: Nightly's reporting Connection aborted.', BadStatusLine("''",)) → aus4-admin.mozilla.org throwing TLS errors
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•