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

authentication with client-certificates #23

Closed
reyk opened this issue Feb 24, 2015 · 1 comment
Closed

authentication with client-certificates #23

reyk opened this issue Feb 24, 2015 · 1 comment

Comments

@reyk
Copy link
Owner

reyk commented Feb 24, 2015

  1. Is there support for client-side certificates on a per-location
    basis? Would be a good alterrnative to improve security accessing
    administrative parts of a website, not relying solely on password
    authentication.
@reyk
Copy link
Owner Author

reyk commented Feb 24, 2015

No. And I don't think it will be added.

In general, client certificates aren't supported by libtls yet. httpd
doesn't use libssl (the "OpenSSL API") directly but LibreSSL's fine
libtls API on top of it. Once libtls supports things like SNI or
client certificates with an easy-to-use interface, we can review such
features.

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