Page MenuHomePhabricator
Paste P5984

curl -vL http://page-creation.wmflabs.org
ActivePublic

Authored by bd808 on Sep 11 2017, 7:39 PM.
Tags
None
Referenced Files
F9465042: curl -vL http://page-creation.wmflabs.org
Sep 11 2017, 7:40 PM
F9465016: curl -v https://page-creation.wmflabs.org/
Sep 11 2017, 7:39 PM
Subscribers
None
$ curl -vL http://page-creation.wmflabs.org
* Rebuilt URL to: http://page-creation.wmflabs.org/
* Trying 208.80.155.156...
* TCP_NODELAY set
* Connected to page-creation.wmflabs.org (208.80.155.156) port 80 (#0)
> GET / HTTP/1.1
> Host: page-creation.wmflabs.org
> User-Agent: curl/7.54.1
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Server: nginx/1.11.13
< Date: Mon, 11 Sep 2017 19:39:59 GMT
< Content-Type: text/html; charset=iso-8859-1
< Content-Length: 242
< Connection: keep-alive
< Vary: X-Forwarded-Proto
< Strict-Transport-Security: max-age=31536000
< Location: https://page-creation.wmflabs.org/
< X-Clacks-Overhead: GNU Terry Pratchett
<
* Ignoring the response-body
* Connection #0 to host page-creation.wmflabs.org left intact
* Issue another request to this URL: 'https://page-creation.wmflabs.org/'
* Trying 208.80.155.156...
* TCP_NODELAY set
* Connected to page-creation.wmflabs.org (208.80.155.156) port 443 (#1)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
* Server certificate: *.wmflabs.org
* Server certificate: GlobalSign Organization Validation CA - SHA256 - G2
* Server certificate: GlobalSign
> GET / HTTP/1.1
> Host: page-creation.wmflabs.org
> User-Agent: curl/7.54.1
> Accept: */*
>
< HTTP/1.1 403 Forbidden
< Server: nginx/1.11.13
< Date: Mon, 11 Sep 2017 19:39:59 GMT
< Content-Type: text/html; charset=iso-8859-1
< Content-Length: 209
< Connection: keep-alive
< Vary: X-Forwarded-Proto
< Strict-Transport-Security: max-age=31536000
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /
on this server.<br />
</p>
</body></html>
* Connection #1 to host page-creation.wmflabs.org left intact

Event Timeline

bd808 changed the title of this paste from curl -v https://page-creation.wmflabs.org/ to curl -vL http://page-creation.wmflabs.org.
bd808 edited the content of this paste. (Show Details)