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 Client Authentication #73

Open
h0tw1r3 opened this issue Jun 24, 2018 · 2 comments · May be fixed by #140, #191 or #193
Open

TLS Client Authentication #73

h0tw1r3 opened this issue Jun 24, 2018 · 2 comments · May be fixed by #140, #191 or #193

Comments

@h0tw1r3
Copy link

h0tw1r3 commented Jun 24, 2018

Feature request. Alternative to htpasswd auth.

@wojas
Copy link
Contributor

wojas commented Apr 26, 2022

PR #140 also implements TLS client auth with automatic certificate reload through https://github.com/PowerDNS/go-tlsconfig . I can rebase the PR in the next few weeks.

@M1cha M1cha linked a pull request Jun 22, 2022 that will close this issue
7 tasks
@smiller255
Copy link

smiller255 commented Oct 10, 2024

There are currently three PRs what implement this feature:
#140
#191
#193

@MichaelEischer I would like to work on this issue to get TLS client authentication implemented soon. Can you say what is required for this to happen and which one of these PRs look most promising to you to be merged? If you can name specific changes you would like to see, I would like to work on this.

It looks to me like #193 is the only one using the official go crypto lib, therefore I would argue for this to be used.

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