-
Notifications
You must be signed in to change notification settings - Fork 19
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
Option for providing client TLS certificate #40
Comments
This is by design. YAZ is a Z39.50 toolkit, not a web server. We could keep adding features and features to it, until it contains an email reader and (in accordance with Greenspun's tenth rule), an ad-hoc, informally-specified, bug-ridden, slow implementation of half of Common Lisp. But we prefer the Unix philosophy of keeping each tool small and clean, doing one thing well. haproxy is a fine tool for supporting TLS. |
But the support is there, since |
Thanks for spotting that. I have re-opened the issue, and will leave to to @adamdickmeiss to comment. |
Yes. Seems like a good idea.. Like -E option for curl and --certificate option for wget. |
So is this going to be implemented only in the CLI or in the library as well? |
Library including the ZOOM API. |
Please implement an option to provide the client's TSL certificate. Currently you need a proxy server like stunnel/haproxy to provide the certificate if the server verifies it.
The text was updated successfully, but these errors were encountered: