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

TLS tickets support in Openssl in SL6 #10

Closed
mpoul opened this issue Jan 16, 2014 · 1 comment
Closed

TLS tickets support in Openssl in SL6 #10

mpoul opened this issue Jan 16, 2014 · 1 comment

Comments

@mpoul
Copy link
Contributor

mpoul commented Jan 16, 2014

Openssl in SL6 turns on TLS tickets support by default. (RFC4507) Gridsite does not support that feature right now. As a consequence some [...]_AURI variables are not set properly.

Workaround for the client: At the TLS nagotiation phase, make the client set the NO_TICKET option (similarly to openssl client -no_ticket ... or SSL_CTX_set_options(ctx, SSL_OP_NO_TICKET) in C).

@ghost ghost assigned mpoul Jan 16, 2014
@mpoul
Copy link
Contributor Author

mpoul commented Jan 16, 2014

The patch is available on the cherry branch for the EMI3. (Turns off the TLS Ticket support for openssl lib. in gridsite )

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

1 participant