weary icon indicating copy to clipboard operation
weary copied to clipboard

Client certificate auth support

Open fbjork opened this issue 14 years ago • 3 comments

Any plans of adding SSL certificate authentication support?

fbjork avatar Dec 16 '10 06:12 fbjork

What is involved?

mwunsch avatar Dec 16 '10 13:12 mwunsch

Something like this:

e = Typhoeus::Request.get("https://example.com/action", :ssl_cacert => "ca_file.cer", :ssl_cert => "acert.crt", :ssl_key => "akey.key", [...] end

(from https://github.com/pauldix/typhoeus)

fbjork avatar Dec 16 '10 18:12 fbjork

There's a bunch of refactoring/rewriting work to be done -- I think this is a great thing to work in.

mwunsch avatar Jan 28 '11 12:01 mwunsch