Skip to content

Instantly share code, notes, and snippets.

@bruce-ricard
Created June 7, 2019 21:02
Show Gist options
  • Save bruce-ricard/eac7a9705910dc3690411b667f0dc5f2 to your computer and use it in GitHub Desktop.
Save bruce-ricard/eac7a9705910dc3690411b667f0dc5f2 to your computer and use it in GitHub Desktop.
* Rebuilt URL to: https://environments.toolsmiths.cf-app.com/
* Trying 3.210.15.182...
* TCP_NODELAY set
* Connected to environments.toolsmiths.cf-app.com (3.210.15.182) port 443 (#0)
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server did not agree to a protocol
* Server certificate:
* subject: CN=*.cfapps.io
* start date: Feb 2 00:00:00 2019 GMT
* expire date: Mar 2 12:00:00 2020 GMT
* issuer: C=US; O=Amazon; OU=Server CA 1B; CN=Amazon
* SSL certificate verify ok.
> GET / HTTP/1.1
> Host: environments.toolsmiths.cf-app.com
> User-Agent: curl/7.61.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Accept-Ranges: bytes
< Content-Type: text/html; charset=utf-8
< Date: Fri, 07 Jun 2019 21:01:46 GMT
< Etag: "5cfa95ce-859"
< Last-Modified: Fri, 07 Jun 2019 16:50:22 GMT
< Server: nginx
< Vary: Accept-Encoding
< X-Vcap-Request-Id: c07963f9-73df-4046-77f0-82b7d609c8b7
< Content-Length: 2137
< Connection: keep-alive
<
<html>
<head>
<meta charset="UTF-8">
<title>Toolsmiths Environment Management</title>
<link href="./main.css" rel="stylesheet">
</head>
<body>
<div id="root">
<div class="main panel"><span class="header-links"><span class="faq-text">Need help? <a
href="https://pivotal.github.io/cf-toolsmiths-docs">CF Toolsmiths Docs</a> or Slack us at <a
href="https://pivotal.slack.com/messages/C0563B53F/">#cf-toolsmiths</a></span>
</span>
<div class="homepage container main panel">
<h1 class="main-title">Sorry, you’re on the wrong network!</h1>
<div class="grid grid-show mbxl">
<div class="col">
<p>You are trying to access https://environments.toolsmiths.cf-app.com. You need to be on the internal Pivotal network. </p>
<br>
<b>If you’re in a Pivotal Office...</b>
<br>
<p>You’re probably on the guest network. Connecting to ‘Pivotal’ wifi should fix your issue the fastest.
Guest wifi will not provide you access. You can also use a <a href="https://sites.google.com/a/pivotal.io/pivotal-it/networking/pivotal-vpn/global-protect">VPN</a>.
Ethernet connections require your machine's MAC address to be whitelisted by IOPS before you can join the internal Pivotal network.
</p>
<br>
<b>If you’re not in a Pivotal Office...</b>
<br>
<p>We recommend you use a <a href="https://sites.google.com/a/pivotal.io/pivotal-it/networking/pivotal-vpn/global-protect">VPN</a>.</p>
<br>
<b>More details:</b>
<br>
<p>If you’re sure you are on the internal Pivotal network, you may want to verify you are using the default DNS server provided by Pivotal IT. If you are using a public DNS server while connected to the internal Pivotal network, you will not be able to connect to the app.</p>
<br>
<p><b>Need Help connecting?</b> Contact IOPS via ask@</p>
<br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>* Connection #0 to host environments.toolsmiths.cf-app.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment