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

ssl_cert_chain less forgiving than in 6.0.5 #160

Open
kares opened this issue Jul 4, 2020 · 0 comments
Open

ssl_cert_chain less forgiving than in 6.0.5 #160

kares opened this issue Jul 4, 2020 · 0 comments

Comments

@kares
Copy link
Contributor

kares commented Jul 4, 2020

in 6.0.6 plugin switched to using the native Java backend for TLS,
before (<= 6.0.5) the plugin relied on BoringSSL (OpenSSL) to do the TLS lifting.

seems that when ssl_cert_chain => ... is set but the ssl_cert => ... is able to directly verify the client signature there's a change in behaviour. 6.0.5 seems to have been okay with "ignoring" the extra chain while the Java backend is strictly rejecting.

if this is the case we should at least mention that in the ssl_cert_chain => ... that there's a change in behaviour.

NOTE: 6.0.6 was shipped since LS 7.8.1

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