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

http2: TLSConfig.CipherSuites is missing an HTTP/2-required AES_128_GCM_SHA256 cipher #4

Closed
mh-cbon opened this issue Sep 12, 2020 · 1 comment

Comments

@mh-cbon
Copy link

mh-cbon commented Sep 12, 2020

the tls config recommended for ssllab need some updates, i guess, otherwise the go server wont start with this error couldn't serve: http2: TLSConfig.CipherSuites is missing an HTTP/2-required AES_128_GCM_SHA256 cipher.

see also golang/go#34776

@mh-cbon
Copy link
Author

mh-cbon commented Sep 12, 2020

i forgot to set srv.TLSNextProto = make(map[string]func(*http.Server, *tls.Conn, http.Handler), 0). my bad.

@mh-cbon mh-cbon closed this as completed Sep 12, 2020
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

No branches or pull requests

1 participant