Skip to content

use correct GitHub pages URL #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 25, 2019
Merged

use correct GitHub pages URL #184

merged 1 commit into from
Oct 25, 2019

Conversation

DanielRuf
Copy link
Contributor

The .com version redirects to the http URL of the .io version and then to the https URL of the .io version.

curl 'https://ds300.github.com/patch-package/patch-package.svg' --compressed -v
*   Trying 185.199.111.153...
* TCP_NODELAY set
* Connected to ds300.github.com (185.199.111.153) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/cert.pem
  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, Client hello (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
*  subject: C=US; ST=California; L=San Francisco; O=GitHub, Inc.; CN=www.github.com
*  start date: Jun 27 00:00:00 2018 GMT
*  expire date: Jun 20 12:00:00 2020 GMT
*  subjectAltName: host "ds300.github.com" matched cert's "*.github.com"
*  issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x7f873e007600)
> GET /patch-package/patch-package.svg HTTP/2
> Host: ds300.github.com
> User-Agent: curl/7.54.0
> Accept: */*
> Accept-Encoding: deflate, gzip
> 
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
< HTTP/2 301 
< server: GitHub.com
< content-type: text/html
< location: http://ds300.github.io/patch-package/patch-package.svg
< x-github-request-id: BDF6:1741:A004:D296:5DB1FA60
< accept-ranges: bytes
< date: Thu, 24 Oct 2019 20:11:50 GMT
< via: 1.1 varnish
< age: 2853
< x-served-by: cache-hhn4037-HHN
< x-cache: HIT
< x-cache-hits: 1
< x-timer: S1571947910.204734,VS0,VE0
< vary: Accept-Encoding
< x-fastly-request-id: e5d0556cf5c0d77e58ad87dfd550dfd5723aa819
< content-length: 162
< 
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
* Connection #0 to host ds300.github.com left intact

Copy link
Owner

@ds300 ds300 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🎉

@ds300 ds300 merged commit e0610ac into ds300:master Oct 25, 2019
@DanielRuf DanielRuf deleted the fix/use-correct-github-pages-url branch October 25, 2019 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants