Date
1 - 2 of 2
tls with ecc and rsa certs
Benjamin DuPont <ben@...>
Does the ruby REST client support ECC certificates? Can multiple client
certificates be registered and selected automatically when the client connects to a server? Is TLS supported? -- Ben DuPont Owner/Operator nebland software, LLC ben@nebland.com | (920)328-5236 www.nebland.com
|
|
Andy Brody <andy@...>
Rest-client provides a thin wrapper around the native Ruby Net::HTTP
toggle quoted messageShow quoted text
where TLS is concerned, so it should support whatever ruby does. Not all of the functionality is exposed, but the latest version on the master branch on github has a bunch of extra options there. Support for client certificates has been around for quite a while, but I'm not sure about ECC certificates specifically.
On Thu, Apr 10, 2014 at 6:24 PM, Benjamin DuPont <ben@nebland.com> wrote:
Does the ruby REST client support ECC certificates? Can multiple client
|
|