Skip to content
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

Support HTTP/2 #1872

Closed
gboone opened this issue Sep 1, 2016 · 4 comments
Closed

Support HTTP/2 #1872

gboone opened this issue Sep 1, 2016 · 4 comments

Comments

@gboone
Copy link
Contributor

gboone commented Sep 1, 2016

Like #1871 this is a limitation of our platform, and there's not much we can do about it without action from Cloudfront first.

HTTP/2 has significant performance and security advantages over HTTP/1.1. We supported it before we switched to Federalist and we should support it again as soon as we're able.

@gboone
Copy link
Contributor Author

gboone commented Sep 7, 2016

Tremendous development from Amazon on this front today.

@gemfarmer
Copy link
Contributor

@wslack @jmhooper is this issue solved with the new GovCloud migration?

cc @coreycaitlin @gboone

@jmhooper
Copy link
Member

Just checked and it looks like it is resolved.

$ curl --http2 -I https://18f.gsa.gov
HTTP/2 200 
content-type: text/html; charset=utf-8
cache-control: max-age=60
date: Wed, 15 Feb 2017 19:17:56 GMT
etag: W/"b84acb87f584b824836d0e535b815339"
last-modified: Tue, 14 Feb 2017 21:22:31 GMT
server: nginx
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-vcap-request-id: c035097d-3406-457a-7e64-e71b1093d6f1
x-xss-protection: 1; mode=block
vary: Accept-Encoding

@gemfarmer
Copy link
Contributor

Thanks @jmhooper! Closing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants