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

configuration (server): allow certificate selection to be dependent on the ALPN #465

Open
hannesm opened this issue Jan 10, 2023 · 1 comment

Comments

@hannesm
Copy link
Member

hannesm commented Jan 10, 2023

This is crucial for web servers using let's encrypt TLS-ALPN challenge (RFC 8737).

@hannesm
Copy link
Member Author

hannesm commented Feb 24, 2023

another part of certificate selection should be based on signature algorithms -- i.e. when both EC and RSA certificates are available for the same alpn/hostname/..., accept that and select during the handshake the correct certificate (I suspect this step is already done). need to read up on the code to figure out whether this is actually an issue

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

No branches or pull requests

1 participant