cl-async icon indicating copy to clipboard operation
cl-async copied to clipboard

Allow client-side certificates in tcp-ssl-connect and tcp-ssl-server

Open orthecreedence opened this issue 12 years ago • 2 comments

It seems client-side certificates can be used for user authentication. While the server currently supports server-side certs, it doesnt support verification of client-side certs (and tcp-ssl-connect doesn't support sending them).

It would be a great exercise if both the client and server could deal with client-side certificate exchanges.

orthecreedence avatar Jan 03 '13 07:01 orthecreedence

I think this is just a matter of adding cert/key/password to tcp-ssl-connect, and pointing it at an SSL server. Should be fairly straightforward...just a matter of actually doing it =]

orthecreedence avatar Feb 02 '13 20:02 orthecreedence

bump. this would be a super useful feature to have

traut avatar Nov 25 '17 12:11 traut