Closed
Bug 822757
Opened 13 years ago
Closed 13 years ago
[ship-it-prod] Create Internal IP Zeus TIG
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bburton, Assigned: bburton)
References
Details
1. Add IP to Zeus
2. Do forward and reverse DNS
3. Open network acl request bug
Assignee | ||
Comment 1•13 years ago
|
||
1. Created IP: 10.8.81.228
2. Created DNS
Need to
1. file acl bug
2. test once stage is ready in bug 822752
Assignee | ||
Updated•13 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•13 years ago
|
||
1. ACL bug filed, https://bugzilla.mozilla.org/show_bug.cgi?id=822904
Assignee | ||
Comment 3•13 years ago
|
||
Created and working
bburton@voltaire [02:11:30] [~]
-> % curl -k -v -H "Host: ship-it.mozilla.org" https://10.8.81.228
* About to connect() to 10.8.81.228 port 443 (#0)
* Trying 10.8.81.228... connected
* Connected to 10.8.81.228 (10.8.81.228) port 443 (#0)
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSL connection using RC4-SHA
* Server certificate:
* subject: serialNumber=5ygdWb/JUqUrJRKslECGC2I-ZqCzvZyh; C=US; ST=California; L=Mountain View; O=Mozilla Corporation; CN=ship-it.mozilla.org
* start date: 2012-12-17 00:58:46 GMT
* expire date: 2014-12-19 20:42:33 GMT
* common name: ship-it.mozilla.org (does not match '10.8.81.228')
* issuer: C=US; O=GeoTrust, Inc.; CN=GeoTrust SSL CA
* SSL certificate verify ok.
> GET / HTTP/1.1
> User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5
> Accept: */*
> Host: ship-it.mozilla.org
>
< HTTP/1.1 401 Authorization Required
< Date: Tue, 29 Jan 2013 22:12:04 GMT
< Server: Apache
< X-Backend-Server: generic3.webapp.phx1.mozilla.com
< Strict-Transport-Security: max-age=15768000 ; includeSubDomains
< WWW-Authenticate: Basic realm="ship-it LDAP Login"
< Content-Length: 401
< Content-Type: text/html; charset=iso-8859-1
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Authorization Required</title>
</head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested. Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
</body></html>
* Connection #0 to host 10.8.81.228 left intact
* Closing connection #0
* SSLv3, TLS alert, Client hello (1):
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•