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

Server does not seem to support season ticket sealer in TLS 1.2 #182

Open
wbl opened this issue Aug 22, 2019 · 0 comments · May be fixed by #183
Open

Server does not seem to support season ticket sealer in TLS 1.2 #182

wbl opened this issue Aug 22, 2019 · 0 comments · May be fixed by #183

Comments

@wbl
Copy link
Contributor

wbl commented Aug 22, 2019

While debugging a server using tris, I was very confused by errors relating to session tickets: it seems there were panics due to missing keys. Contrasting https://github.com/cloudflare/tls-tris/blob/master/13.go#L829 with

func (hs *serverHandshakeState) sendSessionTicket() error {
and https://github.com/cloudflare/tls-tris/blob/master/handshake_server.go#L102 it's clear what the problem is. Patch will be incoming shortly.

@wbl wbl linked a pull request Aug 22, 2019 that will close this issue
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 a pull request may close this issue.

1 participant